UNPKG

@ashetm/ng-utility

Version:

``@ashetm/ng-utility`` is a library that provide some utilities classes, like pipes.

64 lines 1.63 kB
{ "name": "@ashetm/ng-utility", "version": "16.0.0", "contributors": [ { "email": "contact@ashetm.com", "name": "DAWOUD Haitham", "url": "http://ashetm.com" } ], "author": { "email": "contact@ashetm.com", "name": "DAWOUD Haitham", "url": "http://ashetm.com" }, "keywords": [ "angular", "utility", "js", "pipe", "pipes", "ng", "ng-pipe", "ng-service", "ng-services", "ng-utility", "observable", "operators", "service", "rxjs", "rxjs/operators" ], "private": false, "repository": { "url": "https://github.com/AsheTM/ng-services/tree/release/%40ashetm/ng-utility/projects/utility" }, "peerDependencies": { "@angular/cdk": ">=16.0.0", "@angular/common": ">=16.0.0", "@angular/core": ">=16.0.0", "@angular/forms": ">=16.0.0", "rxjs": ">=6.6.0" }, "dependencies": { "tslib": "^2.3.0" }, "module": "fesm2022/ashetm-ng-utility.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2022": "./esm2022/ashetm-ng-utility.mjs", "esm": "./esm2022/ashetm-ng-utility.mjs", "default": "./fesm2022/ashetm-ng-utility.mjs" } }, "sideEffects": false, "scripts": { "prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy in full compilation mode. This is not allowed.\\nPlease delete and rebuild the package with Ivy partial compilation mode, before attempting to publish.\\n')\" && exit 1" } }