Skip to content

efgen/ng-snotify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ng-snotify

Build Status NPM Version NPM Downloads

Example

https://artemsky.github.io/ng-snotify/

Features

  • 8 types of toast notifications
  • Flexible, Configurable
  • Custom styling
  • Lifecycle callbacks
  • Fully CSS, no angular animations dependency!

Installation

NPM 5

npm install ng-snotify

yarn

yarn add ng-snotify

Detailed instruction - here

Documentation and Examples

Wiki - here
Examples - here
Example application source - here
Auto-Documentation - here
Development - here

License

MIT © artemsky

Change Log

v1.4.0

v1.3.0

  • add Custom Styling - Read more
  • fix max-height collapsing closeOnClick

v1.2.0

  • add custom icons Wiki
    You can see an example of custom icon by calling Simple toast in the example app

v1.1.7

  • fix AOT compilation (#13)

v1.1.6

  • Add callback text when No button pressed (Prompt)
  • Improve documentation
  • Create wiki

v1.1.4

  • 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

v1.1.3

  • fix TruncatePipe error (#9)
  • fix box-sizing

v1.1.2

  • fix async toast (#8)
  • add truncate pipe
  • add toast titleMaxLeght and bodyMaxLeght to SnotifyConfig
  • add toast maxHeight to SnotifyOptions (#7)
  • add body to prompt type and replace input preview text wih new option placeholder of SnotifyConfig type

v1.0.0

  • First release

Future

  • rename component to ng2-snotify due semantic purpose

About

Angular 2 Notification Center

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%