We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
<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>
The text was updated successfully, but these errors were encountered:
Did you import the FlowerSpinnerModule in your app.module.ts ?
Sorry, something went wrong.
No branches or pull requests
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 text was updated successfully, but these errors were encountered: