File tree Expand file tree Collapse file tree 3 files changed +22
-7
lines changed Expand file tree Collapse file tree 3 files changed +22
-7
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 
Original file line number Diff line number Diff line change 102102    " @angular-devkit/core" " 7.2.1" 
103103    rxjs "6.3.3" 
104104
105+ " @angular-redux/form@latest " 
106+   version "9.0.1" 
107+   resolved "https://registry.yarnpkg.com/@angular-redux/form/-/form-9.0.1.tgz#d5af15cf0ada24bd92c623e877cfdd8fd8f9d674" 
108+   integrity sha512-qcrpwW05vG3UrjMNZTHICkgA4oeUbfImqeGLwjUAGca1xsnS11eYecGIZ+BrbaaveUWsUJPL9lYaJOn90eesRQ== 
109+   dependencies :
110+     immutable "^3.8.1" 
111+ 
112+ " @angular-redux/router@latest " 
113+   version "9.0.0" 
114+   resolved "https://registry.yarnpkg.com/@angular-redux/router/-/router-9.0.0.tgz#f7c096c79cefe247724e6bbb52b16731f4d496a4" 
115+   integrity sha512-8cfgoNMKZuTjLuEclzKpUURpSetQxo9tiuMWz8KnIFCFP6btvQHzYyDhfR2ROq+bwDpIXlUI6C4bWAORYD1DGw== 
116+ 
117+ " @angular-redux/store@latest " 
118+   version "9.0.0" 
119+   resolved "https://registry.yarnpkg.com/@angular-redux/store/-/store-9.0.0.tgz#7de913fe8d9b28941a1aa798397f3a51f16e20a6" 
120+   integrity sha512-0aWUktzTK88xDoDlGUDmDBnGW1ZB21W3H9dq0E52fuaN87cwtdca83ioi20/YT+M6EOecYPY7il9fSpy/Ewd1A== 
121+ 
105122" @angular/animations@7.2.0 " 
106123  version "7.2.0" 
107124  resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-7.2.0.tgz#5b774ced10aeee0a7d4a0bfd9efe94963f7735c9" 
@@ -5257,7 +5274,7 @@ immediate@~3.0.5:
52575274  resolved "https://registry.yarnpkg.com/immediate/-/immediate-3.0.6.tgz#9db1dbd0faf8de6fbe0f5dd5e56bb606280de69b" 
52585275  integrity sha1-nbHb0Pr43m++D13V5Wu2BigN5ps= 
52595276
5260- immutable@3.8.2 :
5277+ immutable@3.8.2, immutable@^3.8.1  :
52615278  version "3.8.2" 
52625279  resolved "https://registry.yarnpkg.com/immutable/-/immutable-3.8.2.tgz#c2439951455bb39913daf281376f1530e104adf3" 
52635280  integrity sha1-wkOZUUVbs5kT2vKBN28VMOEErfM= 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments