ngx-state-service
v1.1.1
Published
Lightweight state management library for Angular.
Downloads
53
Readme
ngx-state-service
Lightweight state management library for Angular.
Compatibility with Angular versions
Angular 16.0.0
or higher is required.
About
ngx-state-service provides much simpler approach than other robust state management libraries, such as NgRx or NGXS, and is intended for developers who need straightforward, type safe, effective, and practically usable solution with minimal boilerplate.
Even if the primary motivation was to solve the problem of local component state for OnPush change detection strategy seamlessly propagated to component template by RxJS Observables and Angular Signals, the library can be used also for managing global application state shared among components.
Additional info
For documentation and demo see the project's GitHub repository.
Running demo project see on StackBlitz.