https://github.com/angular-architects/ngrx-toolkit
Various Extensions for the NgRx Signal Store
https://github.com/angular-architects/ngrx-toolkit
Last synced: 15 days ago
JSON representation
Various Extensions for the NgRx Signal Store
- Host: GitHub
- URL: https://github.com/angular-architects/ngrx-toolkit
- Owner: angular-architects
- License: mit
- Created: 2023-12-17T22:23:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-04T12:01:02.000Z (7 months ago)
- Last Synced: 2024-11-16T22:34:12.280Z (6 months ago)
- Language: TypeScript
- Size: 1.05 MB
- Stars: 169
- Watchers: 8
- Forks: 23
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-angular - ngrx-toolkit - Various Extensions for the NgRx Signal Store. (Table of contents / Third Party Components)
- fucking-awesome-angular - ngrx-toolkit - Various Extensions for the NgRx Signal Store. (Table of contents / Third Party Components)
README
# NgRx Toolkit
[](https://www.npmjs.com/package/%40angular-architects%2Fngrx-toolkit)
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](libs/ngrx-toolkit/redux-connector/docs/README.md)To install it, run
```shell
npm i @angular-architects/ngrx-toolkit
```For a more detailed guide on installation, setup, and usage, head to the [**Documentation**](https://ngrx-toolkit.angulararchitects.io/).
## https://ngrx-toolkit.angulararchitects.io/