UNPKG

ngx-toastr-electroop

Version:
63 lines (62 loc) 1.5 kB
{ "name": "ngx-toastr-electroop", "version": "0.0.1-electroop", "peerDependencies": { "@angular/core": ">=14.0.0-0", "@angular/common": ">=14.0.0-0", "@angular/platform-browser": ">=14.0.0-0" }, "exports": { "./toastr": { "default": "./toastr.scss" }, "./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": "./index.d.ts", "esm2020": "./esm2020/ngx-toastr.mjs", "es2020": "./fesm2020/ngx-toastr.mjs", "es2015": "./fesm2015/ngx-toastr.mjs", "node": "./fesm2015/ngx-toastr.mjs", "default": "./fesm2020/ngx-toastr.mjs" } }, "repository": "scttcper/ngx-toastr", "homepage": "https://ngx-toastr.vercel.app", "license": "MIT", "description": "Toastr for Angular", "keywords": [ "ng2", "ngx", "ngx-toastr", "toastr-ng2", "angular", "angular2", "typescript", "alert", "toast", "toastr", "angular toastr", "notifications" ], "module": "fesm2015/ngx-toastr.mjs", "es2020": "fesm2020/ngx-toastr.mjs", "esm2020": "esm2020/ngx-toastr.mjs", "fesm2020": "fesm2020/ngx-toastr.mjs", "fesm2015": "fesm2015/ngx-toastr.mjs", "typings": "index.d.ts", "sideEffects": false, "dependencies": { "tslib": "^2.3.0" } }