File tree 2 files changed +4
-6
lines changed
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,11 @@ application.
7
7
8
8
- [ redux] ( https://github.com/reactjs/redux ) Predictable state container for Javascript.
9
9
- [ redux-observable] ( https://github.com/redux-observable/redux-observable ) Side-effect handling with Observables
10
- - [ @angular-redux/store ] ( https://github.com/angular-redux /store) Redux + Angular bindings
11
- - [ @angular-redux/router ] ( https://github.com/angular-redux /router) Time travel with the Angular router
12
- - [ @angular-redux/form ] ( https://github.com/angular-redux /form) Time travel with Angular forms
10
+ - [ @angular-redux/store ] ( /packages /store) Redux + Angular bindings
11
+ - [ @angular-redux/router ] ( /packages /router) Time travel with the Angular router
12
+ - [ @angular-redux/form ] ( /packages /form) Time travel with Angular forms
13
13
- [ Redux DevTools Chrome Extension] ( https://github.com/zalmoxisus/redux-devtools-extension )
14
14
15
- This project was generated with [ Angular CLI] ( https://github.com/angular/angular-cli ) version 1.0.0-rc.0.
16
-
17
15
## Development server
18
16
19
17
Run ` ng serve ` for a dev server. Navigate to ` http://localhost:4200/ ` . The app will automatically reload if you change any of the source files.
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ the class that is responsible for connecting your forms to your Redux state.
56
56
There are two ways of doing this: either using an ` Redux.Store<T> ` object or
57
57
an ` NgRedux<T> ` object. There are no substantial differences between these
58
58
approaches, but if you are already using
59
- [ @angular-redux/store ] ( https://github.com/angular-redux /store) or you wish to integrate
59
+ [ @angular-redux/store ] ( /packages /store) or you wish to integrate
60
60
it into your project, then you would do something like this:
61
61
62
62
``` typescript
You can’t perform that action at this time.
0 commit comments