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
235f476c
Unverified
Commit
235f476c
authored
May 18, 2020
by
MariaLazarova
Committed by
GitHub
May 18, 2020
Browse files
spelling-check
parent
e7ee7739
Changes
1
Show whitespace changes
Inline
Side-by-side
projects/combining-streams/src/lib/exercises/comparison/docs/comparison.solution.md
View file @
235f476c
...
...
@@ -83,7 +83,7 @@ Here we use the `add` method of our subscription instance.
This allows us to add other subscriptions to the existing one by adding it as a nested subscription.
If we call unsubscribe on the main subscription we also unsubscribe from all added subscriptions.
In the subscribe call we se the following
`.subscribe(this.clickResultCombine$)`
.
In the subscribe call we se
e
the following
`.subscribe(this.clickResultCombine$)`
.
`clickResultCombine$`
is a Subject. It exposes the
`next`
,
`error`
, and
`complete`
method.
`subscribe`
takes and Observer object which maintains the methods
`next`
,
`error`
, and
`complete`
.
...
...
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