An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# NgRx Toolkit

[![npm](https://img.shields.io/npm/v/%40angular-architects%2Fngrx-toolkit.svg)](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/