Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)