@writetome51/unsubscribe-on-destroy-directive
Version:
Abstract Angular directive that unsubscribes from Subscriptions during ngOnDestroy()
37 lines (36 loc) • 928 B
JSON
{
"name": "@writetome51/unsubscribe-on-destroy-directive",
"version": "0.0.1",
"description": "Abstract Angular directive that unsubscribes from Subscriptions during ngOnDestroy()",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/writetome51/unsubscribe-on-destroy-directive.git"
},
"keywords": [
"angular",
"directive",
"subscription",
"subscriptions",
"unsubscribe",
"ondestroy",
"typescript",
"abstract",
"class"
],
"author": "Steve Thompson",
"license": "MIT",
"bugs": {
"url": "https://github.com/writetome51/unsubscribe-on-destroy-directive/issues"
},
"homepage": "https://github.com/writetome51/unsubscribe-on-destroy-directive#readme",
"devDependencies": {},
"dependencies": {
"@angular/core": ">=6.0.1"
}
}