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

A well designed, fully animated, highly customizable, and easy-to-use notification library for your Angular application.

Results 45 angular-notifier issues
Sort by recently updated
recently updated
newest added

still trying to figure this out, but I'm pretty sure this code borks the notifier ``` this.notifier.hide(id); this.notifier.notify('warning', 'this is a warning', id); ``` I am doing this because I...

type: bug
needs repro

Hi There, I am having a requirement to show the same customized notification, through out the application. But i found difficulty we have to create custom-notification for each component, with...

type: feature
discussion

closes request https://github.com/dominique-mueller/angular-notifier/issues/9

Hello, i have complex project with OnPush change detections and lazy loaded routes. If i keep notification-container in app.component.html - notifications does not show when triggered from different services If...

type: bug
needs repro

Updated packages. I ran `ncu` to update package versions Also this is first hacking around with jest in angular, and in `jest.setup.ts` line 16, updating `transform` property threw an error...

Summary: - upgrade all dependency to support angular 17 - bump GitHub actions image from ubuntu-20.04 => ubuntu-22.04 - bump actions/checkout from v2 to v4 - bump actions/setup-node from v2...

With new Angular 15 tandalone components became stable, however there is a little problem with this library when using them. We have to importmodule when app is bootstrapping: ``` const...

type: compatibility
BREAKING CHANGE

Hi, Using angular 14 This error is flooding our sentry project, i think some check is missing `this.finishPromiseResolver is not a function`

type: bug
needs repro

DevTools failed to load source map: Could not load content for https://xxxx/angular-notifier.mjs.map not found why it using fesm2020 while i using es2020 /* To learn more about this file see:...

support
needs repro