UNPKG

@karelics/angular-unleash-proxy-client

Version:

Angular wrapper for [unleash-proxy-client](https://github.com/Unleash/unleash-proxy-client-js).

43 lines 1.28 kB
{ "name": "@karelics/angular-unleash-proxy-client", "version": "18.0.0", "peerDependencies": { "@angular/common": ">=18.0.0", "@angular/core": ">=18.0.0", "unleash-proxy-client": ">=3.0.0" }, "dependencies": { "tslib": "^2.6.2" }, "sideEffects": false, "description": "Angular wrapper for [unleash-proxy-client](https://github.com/Unleash/unleash-proxy-client-js).", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/Karelics/angular-unleash-proxy-client.git" }, "keywords": [ "angular", "unleash", "unleash-proxy-client" ], "author": "Karelics Oy", "license": "MIT", "bugs": { "url": "https://github.com/Karelics/angular-unleash-proxy-client/issues" }, "homepage": "https://github.com/Karelics/angular-unleash-proxy-client#readme", "module": "fesm2022/karelics-angular-unleash-proxy-client.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2022": "./esm2022/karelics-angular-unleash-proxy-client.mjs", "esm": "./esm2022/karelics-angular-unleash-proxy-client.mjs", "default": "./fesm2022/karelics-angular-unleash-proxy-client.mjs" } } }