moff / angular2-flash-messages

Angular 2 flash messages module
52 stars 21 forks source link

Looks like its missing a declaration of 'classes' #16

Closed justincrosbie closed 7 years ago

justincrosbie commented 7 years ago

ERROR in /Users/[myprojectpath]/src/$$_gendir/node_modules/angular2-flash-messages/module/flash-messages.component.ngfactory.ts (211,87): Property 'classes' does not exist on type 'FlashMessagesComponent'.

If I add this it all works. Occurs in 1.0.5

ashishbhagasra commented 7 years ago

Thanks Justin,

Find the FlashMessagesComponent under node-modules->angular2-flash-messages->module->flash-messages.component.ts.

Just add a property names as 'classes' in FlashMessagesComponent and build again.

moff commented 7 years ago

Hi, @justincrosbie ! I've updated the package - please check it out and let me know. Thanks for the feedback!

justincrosbie commented 7 years ago

Hi Paul,

I just checked it out, all seems to be working fine now, thanks for the fast response :)

Cheers, Justin

On Thu, Mar 30, 2017 at 10:34 PM, Paul Moff notifications@github.com wrote:

Hi, @justincrosbie https://github.com/justincrosbie ! I've updated the package - please check it out and let me know. Thanks for the feedback!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/moff/angular2-flash-messages/issues/16#issuecomment-290384564, or mute the thread https://github.com/notifications/unsubscribe-auth/AAD0SHwZQRoVHgb4lVc700NtnIJ1faMmks5rq5NPgaJpZM4MrD6f .

moff commented 7 years ago

You're welcome, @justincrosbie !