Socket
Socket
Sign inDemoInstall

ng-snotify

Package Overview
Dependencies
5
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ng-snotify

Angular 2 notifications center


Version published
Weekly downloads
2.7K
decreased by-12.5%
Maintainers
1
Install size
182 kB
Created
Weekly downloads
 

Changelog

Source

v3.0.0

  • Removed style encapsulation. Now you can style component directly in your global styles.scss(css) without using /deep/ directive.
  • Added 3 themes. Now styles are outside of the component. You should read migration guide
  • Added the ability to simultaneously display toasts in different positions of the screen
  • Added maxAtPosition option, so you can control max toast count at the position
  • update angular 4.3.4 -> 4.3.6 (and other dev dependencies)

Readme

Source

ng-snotify

Build Status NPM Version NPM Downloads Dev dependencies status list

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
  • 5.3KB minified and gzipped

Snotify Gif

Installation

NPM 5

npm install ng-snotify

yarn

yarn add ng-snotify

Documentation and Examples

Documentation - here
Example application source - here
Auto-Documentation - here
Change Log - here

License

MIT © artemsky

Keywords

FAQs

Last updated on 26 Aug 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc