Skip to content

Commit

Permalink
feat(exercise-4-effects): improve task description
Browse files Browse the repository at this point in the history
  • Loading branch information
tomastrajan committed Dec 6, 2021
1 parent 7d36478 commit 46ee247
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export class UserEffects {

// TODO 12: for "loadUsers$": inject the Store into the effect class (constructor injection)

// TODO 13: for "loadUsers$": add additional "concatLatestFrom" operator after "ofType" operator
// TODO 13: for "loadUsers$": add additional "concatLatestFrom" operator after "ofType" operator (operator is imported from @ngrx/effects)

// TODO 14: for "loadUsers$": the "concatLatestFrom" will be called with "action" as and argument

Expand Down

0 comments on commit 46ee247

Please sign in to comment.