Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

core.js:13987 'app-flower-spinner' is not a known element: #19

Open
ShivamShokeen opened this issue Feb 28, 2021 · 1 comment
Open

core.js:13987 'app-flower-spinner' is not a known element: #19

ShivamShokeen opened this issue Feb 28, 2021 · 1 comment

Comments

@ShivamShokeen
Copy link

<app-atom-spinner [animationDuration]="animationDuration" [size]="100" [color]="'#ff1d5e'"
></app-atom-spinner>

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:'.

 <app-flower-spinner
 [animationDuration]="2500"
 [size]="70"
 [color]="'#ff1d5e'"
></app-flower-spinner>
@levarberry
Copy link

Did you import the FlowerSpinnerModule in your app.module.ts ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants