Shivam Shokeen
Results
2
issues of
Shivam Shokeen
``` ``` The above is working but when I added the below one it throws an error of 'core.js:13987 'app-flower-spinner' is not a known element:'. ``` ```
``` The target entry-point "@ngez/core" has missing dependencies: - @angular/cdk/a11y - @angular/cdk/portal - @angular/cdk/keycodes - @angular/cdk/overlay ``` I ran this ``` npm i @ngez/core --save ``` command and it was...