BioPhoton / BioPhoton/angular-ngrx-refactoring

3. Encapsulate side effects with @ngrx effects

Open
#2 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
22
Forks
12
PR merge metrics
No merged PRs in 30d

Description

Below you have a check list to follow.
A detailed [step by step description](https://github.com/BioPhoton/angular-ngrx-refactoring/wiki/Encapsulate-side-effects-with-@ngrx-effects) on how to solve the exercise is in the [wiki](https://github.com/BioPhoton/angular-ngrx-refactoring/wiki/Angular-@NGRX-Refactoring---Overview).

- [ ] 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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.