krojew / angular2-notifications

A light and easy to use notifications library for Angular 2. It features both regular page notifications (toasts) and push notifications.

Home Page:http://flauc.github.io/angular2-notifications/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status NPM Version NPM Downloads

Angular2-Notifications

A light and easy to use notifications library for Angular 2. It features both regular page notifications (toasts) and push notifications.

Example

Take a look at the live demo here: Live Demo You can also clone this repository and check out the example folder.

Setup

Download the library with npm

npm install --save angular2-notifications

Map the library in your system.config.js if you're using SystemJs.

var map = {
    'angular2-notifications': 'node_modules/angular2-notifications'
}

var packages = {
    'angular2-notifications': { main: 'components.js', defaultExtension: 'js' }
}

Documentation

About

A light and easy to use notifications library for Angular 2. It features both regular page notifications (toasts) and push notifications.

http://flauc.github.io/angular2-notifications/

License:MIT License


Languages

Language:TypeScript 83.8%Language:JavaScript 13.8%Language:HTML 2.4%