Skip to content

Commit 96dae73

Browse files
committed
docs: add basic monorepo readme
1 parent 33a84de commit 96dae73

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# @angular-redux
2+
3+
[Redux](https://redux.js.org/) bindings for [Angular](https://angular.io/) applications.
4+
5+
## Packages
6+
7+
- [@angular-redux/store](packages/store) - Bindings between Redux and Angular
8+
- [@angular-redux/form](packages/form) - Bindings between Angular Forms and your Redux state
9+
- [@angular-redux/router](packages/router) - Bindings between Angular Router and your Redux state
10+
11+
## Examples
12+
13+
- [Example Application](packages/example-app)

0 commit comments

Comments
 (0)