UNPKG

@code-art/rx-helpers

Version:

A library with Rxjs operators that can be used in your Angular 8 projects.

39 lines (38 loc) 1.15 kB
{ "name": "@code-art/rx-helpers", "version": "9.0.1", "peerDependencies": { "@angular/common": "^9.0.0", "@angular/core": "^9.0.0", "rxjs": "^6.0.0", "tslib": "^1.10.0" }, "private": false, "description": "A library with Rxjs operators that can be used in your Angular 8 projects.", "author": "Sherif Elmetainy (Code Art)", "license": "MIT", "bugs": { "url": "https://github.com/code-art-eg/rx-helpers/issues" }, "repository": { "type": "git", "url": "git+https://github.com/code-art-eg/rx-helpers.git" }, "keywords": [ "angular", "rxjs", "takeUntilDestroyed", "withZone" ], "homepage": "https://github.com/code-art-eg/rx-helpers#readme", "main": "bundles/code-art-rx-helpers.umd.js", "module": "fesm5/code-art-rx-helpers.js", "es2015": "fesm2015/code-art-rx-helpers.js", "esm5": "esm5/code-art-rx-helpers.js", "esm2015": "esm2015/code-art-rx-helpers.js", "fesm5": "fesm5/code-art-rx-helpers.js", "fesm2015": "fesm2015/code-art-rx-helpers.js", "typings": "code-art-rx-helpers.d.ts", "metadata": "code-art-rx-helpers.metadata.json", "sideEffects": false }