@fradev/ng-snotify
Version:
Angular 2+ notifications center
45 lines (30 loc) • 1.68 kB
Markdown
# ng-snotify
[](https://travis-ci.org/artemsky/ng-snotify)
[](https://www.npmjs.com/package/ng-snotify)
[](https://www.npmjs.com/package/ng-snotify)
[](https://david-dm.org/artemsky/ng-snotify?type=dev)
## Example
https://artemsky.github.io/ng-snotify/
## Features
- 9 types of toast notifications (async, confirm, prompt and more...)
- Ability to create toasts in different positions at the same time
- Many config options (icons, backdrop, timeout, position and much more)
- Custom fully controlled styling including animations
- Repository includes 3 different styles. So you can use on of them, or create your own.
- Callbacks
- Custom HTML
- 4.3KB minified and gzipped
###### Looking for an Vue.js 2 version? [Here](https://github.com/artemsky/vue-snotify/)

## Installation
###### NPM 5
`npm install ng-snotify`
###### yarn
`yarn add ng-snotify`
## Documentation and Examples
Documentation - [here](https://artemsky.github.io/ng-snotify/documentation)
Example application source - [here](https://github.com/artemsky/ng-snotify/tree/master/example/app)
Auto-Documentation (Compodoc) - [here](https://artemsky.github.io/ng-snotify/compodoc/)
Change Log - [here](https://github.com/artemsky/ng-snotify/blob/master/CHANGELOG.md)
## License
MIT © [artemsky](mailto:mr.artemsky@gmail.com)