https://artemsky.github.io/ng-snotify/
- 8 types of toast notifications
- Flexible, Configurable
- Custom styling
- Lifecycle callbacks
- Fully CSS, no angular animations dependency!
npm install ng-snotify
yarn add ng-snotify
Detailed instruction - here
Wiki - here
Examples - here
Example application source - here
Auto-Documentation - here
Development - here
MIT © artemsky
- add Custom Styling - Read more
- fix max-height collapsing closeOnClick
- add custom icons Wiki
You can see an example of custom icon by calling Simple toast in the example app
- fix AOT compilation (#13)
- Add callback text when No button pressed (Prompt)
- Improve documentation
- Create wiki
- remove min-height (#11)
- fix max-height animation
- change 2-branches developing (develop\master) onto 1 branch (master)
- Upgrade example app angular cli 1.0.2 -> 1.1.0
- Upgrade yeomen generator-angular2-library 10.0.0 -> 10.2.2
- fix TruncatePipe error (#9)
- fix box-sizing
- fix async toast (#8)
- add
truncate
pipe - add toast
titleMaxLeght
andbodyMaxLeght
toSnotifyConfig
- add toast
maxHeight
toSnotifyOptions
(#7) - add body to prompt type and replace input preview text wih new option
placeholder
ofSnotifyConfig
type
- First release
- rename component to
ng2-snotify
due semantic purpose