Tutorial by Topics: ngrx

@ngrx/Store is becoming more widely used in Angular 2 projects. As such, the Store is required to be injected into the constructor of any Component or Service that wishes to use it. Unit testing Store isn't as easy as testing a simple service though. As with many problems, there are a myriad of ...
Ngrx is a powerful library that you can use with Angular2. The idea behind is to merge two concepts that plays well together to have a reactive app with a predictable state container : - [Redux][1] - [RxJs][2] The main advantages : - Sharing data in your app between your components is going to ea...
This section provides an overview of what ngrx is, and why a developer might want to use it. It should also mention any large subjects within ngrx, and link out to the related topics. Since the Documentation for ngrx is new, you may need to create initial versions of those related topics.

Page 1 of 1