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

Please update the example code or add something to the documentation, because I don't know what that method is expecting for the content field. An entire HTML document or a...

![notifuissu](https://user-images.githubusercontent.com/4025652/63833848-35185380-c989-11e9-9cb3-0c87f9162416.png)

Hi @flauc , Thanks for creating such an amazing library. I have a requirement where I want to show success notification at top-right corner and warning in middle-centre. As I...

I want these notifications to sit inside their own div instead of being fixed on the page. How can I do this?

I want to change the "simple - notification - wrapper" "z - index" can't do it?

When open most notifications present error ViewDestroyError in action detectChange http://prntscr.com/ks3cqp I use version 1.0.0

Hi .....I have the following installed angular2-notifications 0.7.8 with: Angular CLI: 1.7.4 Node: 8.11.4 OS: win32 x64 Angular: 5.2.0 ....up from 4.5 ... animations, common, compiler, compiler-cli, core, forms ......

I have this in my app.module ``` const options = { maxStack: 1 }; @NgModule({ .... imports:[ ... SimpleNotificationsModule.forRoot(options), ] ``` This works, however if I want to add the...

it's possible to dynamically change content. For example: catch the file size and show it in %. with existing code, i get a new notification for every kb. ``` toast(req:...

Added a way to pass arbitrary data to templates. Removed bypassSecurityTrustHtml for user-provided templates, its totally unsafe to use it. Fixed class for html inserted via innerHTML (from sn-content to...