ngx-until-on-destroy
Version:
Allow you unsubscribe subscriptions when component was destroying. Can be used with Angular 5-10
33 lines (32 loc) • 841 B
JSON
{
"name": "ngx-until-on-destroy",
"version": "2.6.2",
"peerDependencies": {
"@angular/common": "^10.1.6",
"@angular/core": "^10.1.6",
"rxjs": "~6.6.0"
},
"dependencies": {
"tslib": "^2.0.0"
},
"keywords": [
"angular",
"subscription management",
"rxjs"
],
"author": "antshvets@gmail.com",
"private": false,
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/xuxicheta/ngx-until-on-destroy"
},
"main": "bundles/ngx-until-on-destroy.umd.js",
"module": "fesm2015/ngx-until-on-destroy.js",
"es2015": "fesm2015/ngx-until-on-destroy.js",
"esm2015": "esm2015/ngx-until-on-destroy.js",
"fesm2015": "fesm2015/ngx-until-on-destroy.js",
"typings": "ngx-until-on-destroy.d.ts",
"metadata": "ngx-until-on-destroy.metadata.json",
"sideEffects": false
}