angular-ngrx-refactoring
angular-ngrx-refactoring copied to clipboard
3. Encapsulate side effects with @ngrx effects
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/effectsmodule over npmnpm install --save @ngrx/effects
- [ ] Install
- [ ] Implement moule
- [ ] Extend
FindFlightaction with params - [ ] Setup effects class
- [ ] Move side effect logic into effect
- [ ] Add params to dispatched action