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
4a0b019d
Unverified
Commit
4a0b019d
authored
May 17, 2020
by
MariaLazarova
Committed by
GitHub
May 17, 2020
Browse files
spelling-check-theory
parent
3db042e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
projects/combining-streams/src/lib/exercises/withLatestFrom/docs/withLatestFrom.theory.md
View file @
4a0b019d
...
@@ -5,7 +5,7 @@ situations where it is necessary to access the latest value from an `Observable`
...
@@ -5,7 +5,7 @@ situations where it is necessary to access the latest value from an `Observable`
`withLatestFrom`
combines the last _emitted_ value of the provided source
`Observable`
to an active stream of data.
`withLatestFrom`
combines the last _emitted_ value of the provided source
`Observable`
to an active stream of data.
We will utilize the
`withLatestFrom`
operator in this exercise to setup a _staging_ area for new incoming
`BlogPost`
We will utilize the
`withLatestFrom`
operator in this exercise to set
up a _staging_ area for new incoming
`BlogPost`
in order to achieve user controller opt-in updates for the view.
in order to achieve user controller opt-in updates for the view.
## Behavior
## Behavior
...
...
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