ng-toast-notify
Version:
Lightweight and flexible toast notifications for Angular
51 lines • 1.13 kB
JSON
{
"name": "ng-toast-notify",
"version": "1.0.7",
"description": "Lightweight and flexible toast notifications for Angular ",
"keywords": [
"angular",
"toast",
"notification",
"notify",
"ng",
"ngx",
"toasty",
"alert",
"messages",
"snackbar",
"success",
"swipe",
"advise",
"beep",
"progress-bar",
"sticky"
],
"author": "rickmarina",
"license": "MIT",
"homepage": "https://rickmarina.github.io/ng-libraries/#/ng-toast-notify",
"repository": {
"type": "git",
"url": "git+https://github.com/rickmarina/ng-libraries.git"
},
"peerDependencies": {
"@angular/common": "^17.3.0",
"@angular/core": "^17.3.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"module": "fesm2022/ng-toast-notify.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/ng-toast-notify.mjs",
"esm": "./esm2022/ng-toast-notify.mjs",
"default": "./fesm2022/ng-toast-notify.mjs"
}
}
}