Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Stéphane Roucheray
Reactive-Architecture-and-UX-Patterns_Angular
Commits
4067cd82
Unverified
Commit
4067cd82
authored
May 17, 2020
by
MariaLazarova
Committed by
GitHub
May 17, 2020
Browse files
spelling-check-solution
parent
ebffd4bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
projects/combining-streams/src/lib/exercises/withLatestFrom/docs/withLatestFrom.solution.md
View file @
4067cd82
...
...
@@ -20,7 +20,7 @@ numNewItems$: Observable<number> = combineLatest([
```
Then, we have built the opt-in update logic by using the
`optInListClick$`
as trigger
Then, we have built the opt-in update logic by using the
`optInListClick$`
as trigger
a
to emit the _latest_ value of
`blog$`
utilizing
`withLatestFrom`
.
```
Typescript
...
...
@@ -47,4 +47,4 @@ feed$: Observable<BlogPost[]> = concat(
```
Great! We learned how to build a mechanism for user
controlled opt-in updates with
`withLatestFrom`
.
Great! We learned how to build a mechanism for user
-
controlled opt-in updates with
`withLatestFrom`
.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment