ngx-light-modal
Version:
Lightweight and dependency-free Angular modal package using standalone components. Supports stacking, backdrops, dynamic injection, and custom content components.
39 lines • 920 B
JSON
{
"name": "ngx-light-modal",
"description": "Lightweight and dependency-free Angular modal package using standalone components. Supports stacking, backdrops, dynamic injection, and custom content components.",
"version": "0.0.3",
"author": "Jihed Hmida",
"license": "MIT",
"peerDependencies": {
"@angular/common": ">= 19.0.0-0",
"@angular/core": ">= 19.0.0-0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"keywords": [
"angular",
"modal",
"dialog",
"popup",
"ngx",
"overlay",
"angular modal",
"standalone",
"lightweight",
"dynamic components",
"angular cdky-free"
],
"module": "fesm2022/ngx-light-modal.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/ngx-light-modal.mjs"
}
}
}