Angular2 Notifications

screenshot of Angular2 Notifications

A light and easy to use notifications library for Angular.

Overview

Angular2-Notifications is a lightweight and user-friendly notifications library designed for Angular 2. It offers both regular page notifications (toasts) and push notifications.

Features

  • Simple Notifications: Allows the creation of various types of notifications such as success, error, alert, warn, info, and custom HTML notifications.
  • Push Notifications: Provides the functionality for push notifications.
  • Flexibility: Users have the option to customize notification content and appearance.
  • Event Emitters: Emit events for created or destroyed notifications.
  • Easy Integration: Simple setup process for both SystemJS and Webpack environments.
  • Live Demo: A live demo is available to preview the notifications library in action.
eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.