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

Can't bind to 'spinner-color' since it isn't a known property of 'button' #40

Open
miguelleitevieira opened this issue Jul 17, 2019 · 2 comments

Comments

@miguelleitevieira
Copy link

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

@theodorejb
Copy link
Collaborator

I haven't been able to reproduce this. Can you share an example app that demonstrates the issue?

@miguelleitevieira
Copy link
Author

I haven't been able to reproduce this. Can you share an example app that demonstrates the issue?

This happen when I try to generate the library build using 'ng build project'.

@theodorejb theodorejb changed the title Spinner Color Can't bind to 'spinner-color' since it isn't a known property of 'button' Mar 5, 2020
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