Extensions
The NgRx Toolkit is a set of extensions to the NgRx SignalsStore.
It offers extensions like:
- ⭐️ Devtools: Integration into Redux Devtools
- Redux: Possibility to use the Redux Pattern (Reducer, Actions, Effects)
- DataService: Builds on top of
withEntities
and adds the backend synchronization to it - Storage Sync: Synchronizes the Store with Web Storage
- Undo Redo: Adds Undo/Redo functionality to your store
- Reset: Adds a
resetState
method to your store
To install it, run
npm i @angular-architects/ngrx-toolkit