Soft Alert or Chat Notifications To User On-screen By Angular 2.0+

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) iron_man
  • Captain America (captain-America) iron_man
  • Scream (scream) iron_man
  • Ninja Turtle (ninja-turtle) iron_man
  • Astronaut (astronaut) iron_man
  • Alien (alien) iron_man
  • Theatre Mask (theatre-mask) iron_man
  • Martian (martian) iron_man
  • Predator (predator) iron_man

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.

Related Posts

drag-drop-file-5x5-jq-uploader

Responsive Drag and Drop File Uploader/Download Plugin | 5x5_jq_uploader

5x5_jq_uploader plugin can be used to instantly create a drop file area and file queue with a little bit of preparation. Bootstrap is used for responsive planning…

Bootstrap-Dark-Mode

Stylesheet For Implementing Dark Mode with Bootstrap

Bootstrap Dark Mode provides a style sheet and two texts that allow you to implement Dark Mode on your website. Initially loaded based on user preferences, can…

responsive-navigation-menu

Multi-purpose Navigation Menu for Javascript Library | jQuery Corenav

coreNavigation is a multipurpose navigation menu for a jquery based javascript library, comes with more style, and is easy to integrate. 11 Default Menu 2 Responsive Navigation…

Simple-Multi-Select-Dropdown-Pure-Vanilla-Javascript

Simple Multi-Select Dropdown Pure Vanilla Javascript | multiSelect.js

MultiSelect.js is a simple, clean, and progressive JavaScript library designed for easy integration with any type of project or system. The design was heavily influenced by the…

Confetti-Falling-Animation-Effect-party

Confetti Falling Animation Effect In JavaScript | party.js

Party.js is a JavaScript library to brighten user site experience with visual effects! Celebrate success with dom confetti! The library is written in TypeScript and compiled into…

how-to-create-popup-in-html-with-css

How To Create A Popup in HTML with CSS

How to create popup in html with css – Popup without JavaScript is an elegant pop-up panel component with an animated scale, written in CSS. Have you…