ng-softNotify is a generic notification component powered by Angular 2.0+. Notifications can be a simple notification like an alert, warning, or info or they can be something more intuitive like a chat notification with a subject, message body, timestamp, online/offline status, etc.
notification component in angular, spring boot push notification to angular, angular notification example, angular notification sound, simple web notification angular
Main Features
- Easy and simple configurations.
- Silent notifications are notifications that do not require any attention from the user.
- Configurable alert notifications, currently support (success, error, warning, info)
- Intuitive chat notifications that come with beautiful pre-set avatars (Iron Man, Captain America, Teenage Mutant Ninja Turtles, etc.)
- Notifications can be placed to the left of the right side of the screen. The default is correct.
- Optional event handler to track notifications when they are removed from view, mostly required when working with chat notifications.
How to make use of it:
Install:
npm install ng-softnotify yarn add ng-softnotify
1. Install & import the BrowserAnimationsModule in your application’s root module.
npm install @angular/platform-browser/animations
import { BrowserAnimationsModule } from '@angular/platform-browser/animations'; ... imports: [ ... BrowserAnimationsModule ],
2. Import SoftNotifyModule in your application’s root module.
import {SoftNotifyModule} from 'ng-softnotify'; ... imports: [ ... SoftNotifyModule ],
Cool avatars available for Chat Notification (use code)
- Iron Man (iron-man)
- Captain America (captain-America)
- Scream (scream)
- Ninja Turtle (ninja-turtle)
- Astronaut (astronaut)
- Alien (alien)
- Theatre Mask (theatre-mask)
- Martian (martian)
- Predator (predator)
soft notifications component for angular, Ng-SoftNotify Plugin/Github
See Demo And Download
Official Website(dreamweiver): Click Here
This superior jQuery/javascript plugin is developed by dreamweiver. For extra advanced usage, please go to the official website.