ngx-notification-tray
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

NGX Notification Tray

Create and display dismissable notifications for Angular 8. Built with Bootstrap and Akita.

See me on npmjs.com

Installation

Run npm install --save ngx-notification-tray

Module Installation:

import { NotificationTrayModule } from 'ngx-notification-tray';
...

providers: [NotificationTrayModule]

Add to component:

<lib-notification-tray></lib-notification-tray>

Creating notifications:

In your component or service, load the NotificationTrayService

constructor(
  private notificationTrayService: NotificationTrayService
)
this.notificationService.push('test notification');

this.notificationService.push('item saved', 'Title:', 'warning');

/ngx-notification-tray/

    Package Sidebar

    Install

    npm i ngx-notification-tray

    Weekly Downloads

    0

    Version

    1.0.1

    License

    none

    Unpacked Size

    167 kB

    Total Files

    41

    Last publish

    Collaborators

    • tomfordweb