moff / angular2-flash-messages

Angular 2 flash messages module
52 stars 21 forks source link

Build Error #19

Closed GhAbd closed 7 years ago

GhAbd commented 7 years ago

when I run ng build I got :

ERROR in FlashMessagesModule is not an NgModule

When I run ng serve the same error appears just once and then everything work. But now it can't build! Any possible solution?

Divam commented 7 years ago

I am getting the same error. Were you able to find a work around?

vasilis-exo commented 7 years ago

I have the same issue. Please you must find a solution because I cant work my project. The problem appeared after updating Angular and Typescript to latest version.

moff commented 7 years ago

@vasilis-exo, @Divam, @GhAbd I've just tested latest package version with Angular CLI and it works fine. Let me know, if you still experience this issue.

vasilis-exo commented 7 years ago

@moff I update your package to latest version and everything seems to be working fine! Thanks