ngx-custom-modal
Version:
A custom Modal / Dialog (with inner component support) for Angular 17-20 projects with full version compatibility
61 lines • 1.46 kB
JSON
{
"name": "ngx-custom-modal",
"description": "A custom Modal / Dialog (with inner component support) for Angular 17-20 projects with full version compatibility",
"author": {
"name": "Angel Careaga",
"email": "dev.angelcareaga@gmail.com",
"url": "angelcareaga.com"
},
"version": "20.0.1",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/AngelCareaga/ngx-custom-modal.git"
},
"bugs": {
"url": "https://github.com/AngelCareaga/ngx-custom-modal/issues"
},
"homepage": "https://github.com/AngelCareaga/ngx-custom-modal#readme",
"keywords": [
"angular",
"typescript",
"modal",
"dialog",
"component",
"bootstrap",
"ui",
"signals",
"control-flow",
"standalone",
"angular17",
"angular18",
"angular19",
"angular20",
"cross-version",
"compatibility"
],
"private": false,
"peerDependencies": {
"@angular/common": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
"@angular/core": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"engines": {
"node": ">=18.19.1",
"npm": ">=8.0.0"
},
"module": "fesm2022/ngx-custom-modal.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/ngx-custom-modal.mjs"
}
}
}