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.

36 lines 736 B
{ "name": "ngx-modal-ease", "version": "0.1.5", "author": "Manu Claeys", "license": "MIT", "peerDependencies": { "@angular/common": "^21.0.0", "@angular/core": "^21.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": "types/ngx-modal-ease.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./types/ngx-modal-ease.d.ts", "default": "./fesm2022/ngx-modal-ease.mjs" } } }