Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/angular-redux/platform
[Unmaintained] Redux bindings and utilities for Angular
https://github.com/angular-redux/platform
angular redux
Last synced: about 23 hours 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T21:46:33.000Z (almost 2 years ago)
- Last Synced: 2024-10-27T11:20:30.007Z (10 days ago)
- Topics: angular, redux
- Language: TypeScript
- Homepage:
- Size: 3.62 MB
- Stars: 140
- Watchers: 10
- Forks: 85
- 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
[![CircleCI](https://circleci.com/gh/angular-redux/platform/tree/master.svg?style=svg)](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)