ng-auto-unsubscribe
Version:
A utility base class for Angular to auto-unsubscribe from observables
38 lines • 865 B
JSON
{
"name": "ng-auto-unsubscribe",
"version": "0.0.3",
"description": "A utility base class for Angular to auto-unsubscribe from observables",
"author": "Rotem Azarzar",
"peerDependencies": {
"@angular/common": "^19.2.0",
"@angular/core": "^19.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Rotem0308/ng-auto-unsubscribe.git"
},
"keywords": [
"angular",
"unsubscribe",
"rxjs",
"destroyref",
"auto-unsubscribe",
"takeUntilDestroyed"
],
"dependencies": {
"tslib": "^2.3.0"
},
"license": "MIT",
"sideEffects": false,
"module": "fesm2022/ng-auto-unsubscribe.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/ng-auto-unsubscribe.mjs"
}
}
}