angular-ngrx-refactoring icon indicating copy to clipboard operation
angular-ngrx-refactoring copied to clipboard

3. Encapsulate side effects with @ngrx effects

Open BioPhoton opened this issue 8 years ago • 0 comments

Below you have a check list to follow.
A detailed step by step description on how to solve the exercise is in the wiki.

  • [ ] Preconditions
    • [ ] Install @ngrx/effects module over npm npm install --save @ngrx/effects
  • [ ] Implement moule
  • [ ] Extend FindFlight action with params
  • [ ] Setup effects class
  • [ ] Move side effect logic into effect
  • [ ] Add params to dispatched action

BioPhoton avatar Sep 17 '17 14:09 BioPhoton