angular-notifier icon indicating copy to clipboard operation
angular-notifier copied to clipboard

Not working in lazy loaded module

Open d3473r opened this issue 2 years ago • 0 comments

Hi,

having a similar issue like https://github.com/dominique-mueller/angular-notifier/issues/35. When i want to show a notification and then navigating away (e.g. after sending a form) the notification is immediately cut away. I think this happens because i have to use a notifier-container> in each lazy loaded module separately. If i put the notifier-container> only on the root component i cannot show notifications from lazy loaded modules otherwise.

Regards

d3473r avatar Jan 21 '22 12:01 d3473r