0.0.11 • Published 2 years ago

@ai-media-lib/notifications v0.0.11

Weekly downloads
-
License
-
Repository
-
Last release
2 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

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago