angular2-notifications icon indicating copy to clipboard operation
angular2-notifications copied to clipboard

A light and easy to use notifications library for Angular.

Results 97 angular2-notifications issues
Sort by recently updated
recently updated
newest added

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

question

Could be reproduced at link from readme https://stackblitz.com/edit/angular2-notifications-example ![screencast 2020-04-15 17-29-26](https://user-images.githubusercontent.com/5101606/79349460-e979e080-7f3e-11ea-8012-851957a48d8b.gif)

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. ![2020-09-28_10h23_49](https://user-images.githubusercontent.com/9497810/94408398-07e23a00-0175-11eb-9c59-74d494019665.png)

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.

enhancement