NgRx Toolkit is a set of extensions to the NgRx Signals Store, like
- Devtools: Integration into Redux Devtools
- Redux: Possibility to use the Redux Pattern (Reducer, Actions, Effects)
- Storage Sync: Synchronize the Store with Web Storage
- Redux Connector: Map NgRx Store Actions to a present Signal Store
To install it, run
npm i @angular-architects/ngrx-toolkit
For a more detailed guide on installation, setup, and usage, head to the Documentation.