angular2-notifications
angular2-notifications copied to clipboard
A light and easy to use notifications library for Angular.
As per the steps mentioned in the notification example, I had set up it in my app component `` Now it is showing the notification all over the places wherever...
Could be reproduced at link from readme https://stackblitz.com/edit/angular2-notifications-example 
I have an error. ```txt ERROR in node_modules/angular2-notifications/index.d.ts:16:40 - error TS2314: Generic type 'ModuleWithProviders' requires 1 type argument(s). 16 static forRoot(options?: Options): ModuleWithProviders; ``` Reference about the issue : https://angular.io/guide/migration-module-with-providers
I've got quite some modals in my app and they have a black overlay with .4 or sth like that opacity. Problem is, that I cannot show notification on top...
I am not sure if it's an error or not. But when I have listeners (onCreate/onDestroy) on the simple-notifications, the Ids of Notification didn't match. 
Hi, I am facing an issue running this library in Angular 9. Please, find the below error **ERROR** in node_modules/angular2-notifications/lib/simple-notifications.module.d.ts:5:22 - error NG6002: Appears in the NgModule.imports of AppModule, but...
This pull request add the missing EventEmitter `clickIcon` & make works `clickIconToClose`for all notification type (not only "html") In the same time I added a class `.has-icon` to add paddind...
It would be great to have the ability to play an audio sound with each notification. Like on an error notification to play an error type sound.