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

Is an angular 13 migration already planned ? Or is it ready to use it with angular 13 ?

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Hi, I have an issue and I'd like to know if someone can help me with that. There are situations in my system that shows 2 notifications together, but with...

When creating a custom Notification with the `NotificationService.html()` method, the `sn-content` class was added around the entire HTML code one passed to the method. This should have been the `sn-html`...

Bumps [karma](https://github.com/karma-runner/karma) from 6.3.4 to 6.3.16. Release notes Sourced from karma's releases. v6.3.16 6.3.16 (2022-02-10) Bug Fixes security: mitigate the "Open Redirect Vulnerability" (ff7edbb) v6.3.15 6.3.15 (2022-02-05) Bug Fixes helper:...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.1 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

Bumps [engine.io](https://github.com/socketio/engine.io) from 4.1.1 to 4.1.2. Release notes Sourced from engine.io's releases. 4.1.2 :warning: This release contains an important security fix :warning: A malicious client could send a specially crafted...

dependencies

We have an error that started in version 12. I have a component that uses the service to emit messages, the build of this component is generated into a larger...

[The README's _Creating Notifications_ section](https://github.com/flauc/angular2-notifications#creating-notifications) contains a table with method signatures like the following: `success(title: any, content?: any, override?: any, context?: any)` At least the first 7 entries are outdated,...