0.0.11 • Published 4 years ago

@ai-media-lib/notifications v0.0.11

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago

Error and info messages notifications library, based on ngx-toastr.

Shows toast messages

Usage

import in root module

@NgModule({
    .....
    import:[
        NotificationsModule.forRoot(),
        ....
]
})

inject and use

...
constructor(
        private notifications: NotificationsService,...)
        ...
        this.notifications.error('Show error message');
        ...
        this.notifications.info('Show info');
        ...
        this.notifications.message('Show regular message');
0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago