@hyahfoufi/ng-snotify
Version:
Angular 2+ alternative notifications center
49 lines (33 loc) • 1.91 kB
Markdown
# ng-snotify
[](https://dl.circleci.com/status-badge/redirect/gh/megamanhxh/ng-snotify/tree/master)
[](https://www.npmjs.com/package/ng-snotify)
[](https://www.npmjs.com/package/ng-snotify)
# Disclaimer
_This is a fork version of [ng-snotify](https://github.com/artemsky/ng-snotify) by [Artem Kuznetsov](https://github.com/artemsky) just to
allow to bump the version up to support the latest version of angular until the returns happens. Do not afflict this version as the official
version._
## Example
https://megamanhxh.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 8
`npm install ng-snotify`
###### yarn
`yarn add ng-snotify`
## Documentation and Examples
Documentation - [here](https://megamanhxh.github.io/ng-snotify/documentation)
Example application source - [here](https://github.com/megamanhxh/ng-snotify/tree/master/src)
Auto-Documentation (Compodoc) - [here](https://megamanhxh.github.io/ng-snotify/compodoc/)
Change Log - [here](https://github.com/megamanhxh/ng-snotify/blob/master/CHANGELOG.md)
## License
MIT © [artemsky](mailto:mr.artemsky@gmail.com)