@yoursabhishekabhi7/modal-popup-ng-all
Version:
Reusable Angular modal popup components supporting Angular 14 to 18
43 lines • 1.21 kB
JSON
{
"name": "@yoursabhishekabhi7/modal-popup-ng-all",
"version": "0.0.4",
"description": "Reusable Angular modal popup components supporting Angular 14 to 18",
"author": "Abhishek Singh",
"keywords": [
"angular",
"modal",
"popup",
"ng",
"library"
],
"peerDependencies": {
"@angular/common": ">=14.0.0 <19.0.0",
"@angular/cdk": ">=14.0.0 <19.0.0",
"@angular/core": ">=14.0.0 <19.0.0",
"@angular/compiler": ">=14.0.0 <19.0.0",
"@angular/forms": ">=14.0.0 <19.0.0",
"@angular/platform-browser": ">=14.0.0 <19.0.0",
"@angular/platform-browser-dynamic": ">=14.0.0 <19.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"engines": {
"node": ">=14.0.0",
"npm": ">=6.0.0"
},
"module": "fesm2022/yoursabhishekabhi7-modal-popup-ng-all.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/yoursabhishekabhi7-modal-popup-ng-all.mjs",
"esm": "./esm2022/yoursabhishekabhi7-modal-popup-ng-all.mjs",
"default": "./fesm2022/yoursabhishekabhi7-modal-popup-ng-all.mjs"
}
},
"sideEffects": false
}