File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,11 @@ application.
77
88-  [ redux] ( https://github.com/reactjs/redux )  Predictable state container for Javascript.
99-  [ 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
1313-  [ Redux DevTools Chrome Extension] ( https://github.com/zalmoxisus/redux-devtools-extension ) 
1414
15- This project was generated with [ Angular CLI] ( https://github.com/angular/angular-cli )  version 1.0.0-rc.0.
16- 
1715## Development server  
1816
1917Run ` 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.
5656There are two ways of doing this: either using an ` Redux.Store<T> `  object or
5757an ` NgRedux<T> `  object. There are no substantial differences between these
5858approaches, 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
6060it into your project, then you would do something like this:
6161
6262``` typescript 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments