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
fd4a82f1
Commit
fd4a82f1
authored
May 14, 2020
by
Julian
Browse files
improve forkJoin exercises
parent
8525fd30
Changes
1
Hide whitespace changes
Inline
Side-by-side
projects/combining-streams/src/lib/exercises/forkJoin/docs/forkJoin.solution.md
View file @
fd4a82f1
# Combining HTTP requests - Solution
## Combining Http Calls
We managed to combine two http calls with the
`forkJoin`
operator into a single list of
`BlogPost`
.
## Implementation
**Component**
```
Typescript
...
...
@@ -29,3 +27,8 @@ export class SolutionForkJoinComponent {
}
```
## Conclusion
Great! We managed to combine two http calls with the
`forkJoin`
operator into a single list of
`BlogPost`
. But what if we want to
handle data manipulations? In a next step we refactor our architecture to a minimal http caching solution.
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