michaeldoye / mat-progress-buttons

Very simple Angular6+ Material Design progress buttons
https://mat-progress-buttons.firebaseapp.com/
MIT License
110 stars 54 forks source link

MatProgressButtons module is not present in build with --prod flag #6

Closed jony543 closed 6 years ago

jony543 commented 6 years ago

When I build my app in dev mode the buttons works perfectly, but when I used --prod flag the click events weren't executing and when I looked into it I found the entire module is not include in the final js build.

I have seen a similar issue but it is marked as fix.

I am using version 6.0.1

Thanks.

michaeldoye commented 6 years ago

Thanks for the bug report.

It seems to be an issue when using onClick , you can use click instead which should work.

In the meantime I will work on fixing the issue.

michaeldoye commented 6 years ago

fixed in 7.0.4

jony543 commented 6 years ago

Thanks!