moff / angular2-ladda

Angular 2 Ladda module
MIT License
97 stars 20 forks source link

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

Open miguelleitevieira opened 5 years ago

miguelleitevieira commented 5 years ago

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 commented 5 years ago

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

miguelleitevieira commented 4 years ago

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