ngx-context-store
Version:
An alternative yet advanced mechanism for Angular components to share data.
44 lines • 1.05 kB
JSON
{
"name": "ngx-context-store",
"version": "1.0.0",
"description": "An alternative yet advanced mechanism for Angular components to share data.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/henczi/ngx-context-store.git"
},
"bugs": {
"url": "https://github.com/henczi/ngx-context-store/issues"
},
"peerDependencies": {
"@angular/common": ">=9.0.0",
"@angular/core": ">=9.0.0",
"rxjs": ">=6.0.0"
},
"dependencies": {
"tslib": "^2.0.0"
},
"keywords": [
"ngx-context-store",
"context-store",
"context",
"store",
"angular",
"ng",
"ngx",
"data",
"share",
"dependency injection",
"input",
"pass",
"output",
"data-binding"
],
"main": "bundles/ngx-context-store.umd.js",
"module": "fesm2015/ngx-context-store.js",
"es2015": "fesm2015/ngx-context-store.js",
"esm2015": "esm2015/ngx-context-store.js",
"fesm2015": "fesm2015/ngx-context-store.js",
"typings": "ngx-context-store.d.ts",
"sideEffects": false
}