UNPKG

@studiohyperdrive/ngx-utils

Version:

A series of abstracts, utils, pipes and services for Angular applications.

76 lines 1.75 kB
{ "name": "@studiohyperdrive/ngx-utils", "version": "19.0.1", "description": "A series of abstracts, utils, pipes and services for Angular applications.", "keywords": [ "angular", "angular2", "utils", "storage", "storage service", "broadcast channel", "bradcast channel service", "consent", "join", "iban", "limit to", "merge arrays", "strip html", "to array", "safe html", "array contains one", "btw", "clean array", "entries", "has observers", "has own property", "has values", "highlight", "truncate text", "unique by", "with router links", "query params", "query param form sync", "media query", "window resize", "match media", "viewport", "replace elements", "web components" ], "homepage": "https://open-source.studiohyperdrive.be/docs/angular/utils/installation", "license": "MIT", "author": { "name": "Studio Hyperdrive", "url": "https://studiohyperdrive.be/" }, "repository": { "type": "git", "url": "https://github.com/studiohyperdrive/hyperdrive-opensource", "directory": "libs/angular/utils/src" }, "peerDependencies": { "@angular/common": "^19.0.0", "@angular/core": "^19.0.0", "@studiohyperdrive/utils": "^2.0.0" }, "allowedNonPeerDependencies": { "rxjs": "^7.5.6", "tslib": "^2.5.0" }, "module": "fesm2022/studiohyperdrive-ngx-utils.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/studiohyperdrive-ngx-utils.mjs" } }, "sideEffects": false, "dependencies": { "tslib": "^2.3.0" } }