ngx-statewise
Version:
A lightweight and intuitive state management for Angular. Simpler than NgRx, more structured than DIY.
73 lines • 1.58 kB
JSON
{
"name": "ngx-statewise",
"version": "0.6.4",
"description": "A lightweight and intuitive state management for Angular. Simpler than NgRx, more structured than DIY.",
"peerDependencies": {
"@angular/common": "^19.2.0 || ^20.0.0",
"@angular/core": "^19.2.0 || ^20.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Pierre-MarieMarchio/ngx-statewise"
},
"keywords": [
"angular",
"angular-state",
"angular-store",
"angular-signals",
"angular-architecture",
"angular-effects",
"angular-actions",
"angular-library",
"signals",
"signal-store",
"signal-based",
"reactivity",
"rxjs",
"observable",
"lightweight",
"modular",
"scalable",
"intuitive",
"clean-architecture",
"ngrx",
"ngxs",
"ngrx-alternative",
"ngxs-alternative",
"store",
"frontend-state",
"state",
"statemanagement-angular",
"state-management",
"state-updates",
"state-updators",
"state-store",
"effects",
"actions",
"action-based",
"action-driven",
"stateful",
"typescript",
"typescript-library",
"frontend",
"frontend-architecture",
"ngx",
"ngx-statewise"
],
"license": "GPL-3.0",
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"module": "fesm2022/ngx-statewise.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/ngx-statewise.mjs"
}
}
}