UNPKG

ngx-modal-ease

Version:

ngx-modal-ease is a versatile Angular library providing a lightweight, simple, and performant modal. This library supports data communication between components, opening of multiple modals, custom animations, and a range of customisable options.

38 lines 800 B
{ "name": "ngx-modal-ease", "version": "0.1.3", "author": "Manu Claeys", "license": "MIT", "peerDependencies": { "@angular/common": "^19.0.0", "@angular/core": "^19.0.0" }, "dependencies": { "tslib": "^2.3.0" }, "repository": { "type": "git", "url": "https://github.com/GreenFlag31/modal-library" }, "keywords": [ "Angular", "Modal", "Popup", "Dialog", "Overlay" ], "sideEffects": false, "module": "fesm2022/ngx-modal-ease.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2022": "./esm2022/ngx-modal-ease.mjs", "esm": "./esm2022/ngx-modal-ease.mjs", "default": "./fesm2022/ngx-modal-ease.mjs" } } }