ngx-toastr
Version:
<div align="center"> <img src="https://raw.githubusercontent.com/scttcper/ngx-toastr/master/misc/documentation-assets/ngx-toastr-example.png" width="300" alt="Angular Toastr"> <br> <h1>ngx-toastr</h1> <br> <a href="https://www.npmjs.org/package/
46 lines (45 loc) • 968 B
JSON
{
"name": "ngx-toastr",
"version": "20.0.5",
"license": "MIT",
"peerDependencies": {
"@angular/common": "^21.0.0",
"@angular/core": "^21.0.0",
"rxjs": "^7.8.2"
},
"dependencies": {
"tslib": "^2.8.1"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"repository": {
"type": "git",
"url": "https://github.com/scttcper/ngx-toastr"
},
"exports": {
"./toastr": {
"default": "./toastr.css"
},
"./toastr-old": {
"default": "./toastr-old.css"
},
"./toastr-bs4-alert": {
"default": "./toastr-bs4-alert.scss"
},
"./toastr-bs5-alert": {
"default": "./toastr-bs5-alert.scss"
},
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./types/ngx-toastr.d.ts",
"default": "./fesm2022/ngx-toastr.mjs"
}
},
"sideEffects": false,
"module": "fesm2022/ngx-toastr.mjs",
"typings": "types/ngx-toastr.d.ts"
}