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

ERROR in ./~/@angular/material/esm5/expansion.es5.js Module not found: Error: Can't resolve '@angular/animations' in 'E:\courses\book store-angular\src\admin-portal\node_modules\@angular\material\esm5' @ ./~/@angular/material/esm5/expansion.es5.js 21:0-81 @ ./~/@angular/material/esm5/material.es5.js @ ./src/app/app.module.ts @ ./src/main.ts @ multi webpack-dev-server/client?http://localhost:4200/ ./src/main.ts

how are we suppose to pass context to template. Hello {{name}} The notification service accept temlate refrence, if it could accept embeded viewreference we could do it like this.notificationService.success (this.example.createEmbededView...

Anyone know what it's happen with my notifications? ![gif](https://media.giphy.com/media/3o6fIYFO4PAn25eCRO/giphy.gif) When the notification close, the animation out it's running twice...

bug

Hi there. I just saw this module and starting to use in my project. But somehow its acting strange. I am submitting the form, **if i submit by entering, its...

Hi @flauc Before exposing the problem, thanks a lot for this awesome notification service. I use it in some app. I send a form in angular 2 component, then when...

We're using https://github.com/mgechev/angular-seed release 2.0.0 and uses Angular2 2.0.0. After setting it up I receive the error: ``` 'simple-notifications' is not a known element: 1. If 'simple-notifications' is an Angular...

question

**Current behavior** ATM the `NotificationType `interface defines the click streams with the `EventEmitter `, which is IMO a bad practice as explained [here ](https://stackoverflow.com/questions/36076700/what-is-the-proper-use-of-an-eventemitter). Plus exposing the observer/observable subjects at...

Hi, I am having trouble to get this to work, this is probably my fault though. I installed it with npm, imported the Module in my AppModule, declared it in...

Hi there. Since package supports Angular 2 and up, could we think about a package renaming. For example ngx-notifications?

enhancement