Angular 2 ng2 Toasty by Akserg
An Angular 2.0 component which is used to show instant notifications, which is delivered under MIT license.
Project website https://github.com/akserg/ng2-toasty
Documentation https://github.com/akserg/ng2-toasty
License MIT
Demos
1. ng2-systemjs-demo
2. ng2-webpack-demo
3. http://plnkr.co/edit/M2rQVb?p=info
4. (online) http://akserg.github.io/ng2-webpack-demo/#/
Dependencies
none
NPM
https://www.npmjs.com/package/ng2-toasty
npm i ng2-toasty
Features
- types: info, success, wait, error, warning
- updating title and message dynamically
- callbacks: onAdd, onRemove
- closing specific toasts
- positioning: bottom-right, bottom-left, top-right, top-left, top-center, bottom-center, center-center
- based on Angular-Toasty