UNPKG

pharedata-ng-components

Version:

Angular alert/dialog component library with Material Design support

45 lines (44 loc) 1.08 kB
{ "name": "pharedata-ng-components", "version": "0.2.1", "description": "Angular alert/dialog component library with Material Design support", "keywords": [ "angular", "components", "alert", "dialog", "material", "typescript" ], "author": "Pharedata", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/pharedata/pharedata-ng-components.git" }, "bugs": { "url": "https://github.com/pharedata/pharedata-ng-components/issues" }, "homepage": "https://github.com/pharedata/pharedata-ng-components#readme", "peerDependencies": { "@angular/common": "^19.0.0", "@angular/core": "^19.0.0", "@angular/material": "^19.0.0", "rxjs": "~7.8.0" }, "dependencies": { "tslib": "^2.3.0" }, "sideEffects": false, "module": "fesm2022/pharedata-ng-components.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/pharedata-ng-components.mjs" } } }