UNPKG

@badisi/ngx-safe-subscribe

Version:

Easy way to automatically unsubscribe from RxJS observables in Angular components

43 lines 988 B
{ "name": "@badisi/ngx-safe-subscribe", "version": "4.0.26", "description": "Easy way to automatically unsubscribe from RxJS observables in Angular components", "homepage": "https://github.com/badisi/ngx-safe-subscribe", "license": "MIT", "sideEffects": true, "author": { "name": "Badisi" }, "repository": { "type": "git", "url": "git+https://github.com/badisi/ngx-safe-subscribe.git" }, "keywords": [ "angular", "rxjs", "observable", "subscribe", "unsubscribe", "ondestroy", "safe-subscribe", "safesubscribe" ], "peerDependencies": { "@angular/core": ">= 14.0.0", "rxjs": ">= 6.0.0" }, "module": "fesm2022/badisi-ngx-safe-subscribe.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/badisi-ngx-safe-subscribe.mjs" } }, "dependencies": { "tslib": "^2.3.0" } }