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.
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?