ngx-notification
Version:
Angular Library to display all types of notifications in a Toast Notification format. Tested on Angular 6
38 lines (37 loc) • 1.09 kB
JSON
{
"name": "ngx-notification",
"version": "1.0.5",
"description": "Angular Library to display all types of notifications in a Toast Notification format. Tested on Angular 6",
"keywords": [
"Notifications",
"Alerts",
"Toasts",
"Angular Notifications",
"Toast Notifications",
"Angular Alerts",
"angular 6 notifications",
"angular 6 alerts",
"angular 6 toasts",
"angular 6",
"angular 6 library"
],
"peerDependencies": {
"@angular/common": "^6.0.0-rc.0 || ^6.0.0",
"@angular/core": "^6.0.0-rc.0 || ^6.0.0",
"@angular/platform-browser": "^6.0.0",
"rxjs": "^6.0.0"
},
"main": "bundles/ngx-notification.umd.js",
"module": "fesm5/ngx-notification.js",
"es2015": "fesm2015/ngx-notification.js",
"esm5": "esm5/ngx-notification.js",
"esm2015": "esm2015/ngx-notification.js",
"fesm5": "fesm5/ngx-notification.js",
"fesm2015": "fesm2015/ngx-notification.js",
"typings": "ngx-notification.d.ts",
"metadata": "ngx-notification.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^1.9.0"
}
}