Dominique Müller

Results 45 comments of Dominique Müller

By default, the notification title can only be a string. Otherwhise, we would have to circumvent the integrated Angular XSS protection. You could, though, use a custom template to use...

Styling-related issues might have been fixed with https://github.com/dominique-mueller/angular-notifier/pull/186, released with **6.0.2** and all later versions. Feel free to check if it works without any workarounds :)

Could you provide more details, perhaps even a Plunkr / StackBlitz?

A reproduction of the issue would be best. There is a StackBlitz example in the README that works, have you looked into that?

If you import the styles separately, you need at least three imports: core, a theme, and types. Or, import everything by just importing "styles.scss" (without the "core" in the name....

I've just released `angular-notifier` versions for Angular 7 and Angular 8. Does still issue still exist? If so, can anyone affected create a reproduction?

Styling-related issues might have been fixed with https://github.com/dominique-mueller/angular-notifier/pull/186, released with **6.0.2** and all later versions. Feel free to check if it works without any workarounds :)

Hey, thanks for opening this issue :) By label, do you mean the "title" attribute whose content gets shown when hovering over the dismiss cross icon? Or do you mean...

Primarily because of the animations, API calls get queued up and executed one after each other. So, there might be an issue in there (`NotifierQueueService`)? Implementing the queue functionality based...