https://github.com/angular-redux/platform
[Unmaintained] Redux bindings and utilities for Angular
https://github.com/angular-redux/platform
angular redux
Last synced: about 2 months ago
JSON representation
[Unmaintained] Redux bindings and utilities for Angular
- Host: GitHub
- URL: https://github.com/angular-redux/platform
- Owner: angular-redux
- License: mit
- Created: 2018-07-09T16:54:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T21:46:33.000Z (over 2 years ago)
- Last Synced: 2025-03-28T06:08:16.934Z (about 2 months ago)
- Topics: angular, redux
- Language: TypeScript
- Homepage:
- Size: 3.62 MB
- Stars: 139
- Watchers: 9
- Forks: 86
- Open Issues: 62
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
:warning: **This project is currently unmaintained**
# Angular Redux
[](https://circleci.com/gh/angular-redux/platform/tree/master)
[Redux](https://redux.js.org/) bindings for [Angular](https://angular.io/) applications.
## Packages
- [@angular-redux/store](packages/store) - Bindings between Redux and Angular
- [@angular-redux/form](packages/form) - Bindings between Angular Forms and your Redux state
- [@angular-redux/router](packages/router) - Bindings between Angular Router and your Redux state## Examples
- [Example Application](https://github.com/angular-redux/platform/blob/master/packages/example-app)