NgRx Toolkit
September 1, 2026 ยท View on GitHub
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
Starting with v22, the package is published as
@ngrx-toolkit/core. For v21 and earlier, use@angular-architects/ngrx-toolkit.
To install it, run
npm i @ngrx-toolkit/core
For a more detailed guide on installation, setup, and usage, head to the Documentation.
