nivekcode / primeNG-advanced-growl

The AdvGrowlModule is a wrapper around the growl module from PrimeNG. This wrapper was created because PrimeNG is missing some features.
https://primeng-advanced-growl.firebaseapp.com/
MIT License
18 stars 9 forks source link

Lazy Loaded Components #232

Open jbrychka opened 5 years ago

jbrychka commented 5 years ago

I have the one <adv-growl></adv-growl> in my app.component.html. However, when I load a component lazily with the router, the messages do not appear for that component. To get around the issue, I have to add the <adv-growl></adv-growl> to the template of the lazy loaded component.

Is this a known issue for lazy loaded components?