ng-cool-notifier
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

ng-cool-notifier

An easy notifications library for Angular

Table of Contents

Example

Soon

Setup

Import the CoolNotifierModule in to your root AppModule

import { CoolNotifierModule } from 'ng-cool-notifier';

@NgModule({
    imports: [
        BrowserModule,
        CoolNotifierModule
    ],
    declarations: [AppComponent],
    bootstrap: [AppComponent]
})
export class AppModule { }

Usage

Add the CoolNotifierComponent in to the component where you want to use the notifications. Or in your top level component for use in child components.

...
template: '<cool-notifier></cool-notifier>'
...

Creating Notifications

Soon

Options

Soon

Package Sidebar

Install

npm i ng-cool-notifier

Weekly Downloads

4

Version

1.0.3

License

MIT

Unpacked Size

543 kB

Total Files

42

Last publish

Collaborators

  • mecheri