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
Hi,
I'm trying to set the spinner color:
<button [ladda]="isLoading" data-style="zoom-in" data-spinner-color="#000000" type="button" (click)="action()">
But when I try to build I get this: Can't bind to 'spinner-color' since it isn't a known property of 'button'.
The text was updated successfully, but these errors were encountered:
I haven't been able to reproduce this. Can you share an example app that demonstrates the issue?
Sorry, something went wrong.
This happen when I try to generate the library build using 'ng build project'.
No branches or pull requests
Hi,
I'm trying to set the spinner color:
<button [ladda]="isLoading" data-style="zoom-in" data-spinner-color="#000000" type="button" (click)="action()">
But when I try to build I get this:
Can't bind to 'spinner-color' since it isn't a known property of 'button'.
The text was updated successfully, but these errors were encountered: