NgxNotificationMsg Angular Library to help developers create minimal clean popup alerts on the app.
ngx toast notifications npm, angular toastr example, angular toast notification, ngx toastr not working, javascript notification popup
Features:
- Custom header and text content.
- Auto dismiss or rejects after a timeout.
- Success/failure notification types.
Bootstrap Notification Message Alert Plugin with jQuery | Bootstrap Msg
How to make use of it:
1. Installation:
npm install ngx-notification-msg --save
2. Import the NgxNotificationMsgModule module.
import {NgxNotificationMsgModule} from 'ngx-notification-msg'
3. Add NgxNotificationMsgModule to your module imports.
@NgModule({ ... imports: [ ... NgxNotificationMsgModule ] })
4. Import the NgxNotificationMsgService into any corner component.
import {NgxNotificationMsgService} from 'ngx-notification-msg'
5. Enter the NgxNotificationMsgService in the constructor of the angular component.
constructor(private readonly ngxNotificationMsgService: NgxNotificationMsgService) { }
6. You can now use the ngxNotificationMsgService.
this.ngxNotificationMsgService.open({ status: NgxNotificationStatusMsg.SUCCESS, header: 'Hey', messages: ['How are you today ?!'] });
Tiny Notification Library, NgxNotificationMsg Plugin/Github
See Demo And Download
Official Website(maormoshe): Click Here
This superior jQuery/javascript plugin is developed by maormoshe. For extra Advanced Usages, please go to the official website.