GustavoCostaW / ngc-float-button

Google Material Design Float Button - Implementation for Angular v4+. Demo: http://bit.ly/2yIya2f
MIT License
58 stars 24 forks source link

bug(AOT): latest angular isDisabled inside ngc-float-button #14

Closed Stradivario closed 6 years ago

Stradivario commented 6 years ago

Please define variable isDisabled also inside constructor because now AOT compilation will not pass missing property isDisabled...

https://github.com/GustavoCostaW/ngc-float-button/blob/master/components/ngc-float-item-button.component.ts#L72

GustavoCostaW commented 6 years ago

@Stradivario thank you, was fixed in 1.2.1, just update!