E
E
eRKa2019-10-10 17:41:05
Angular
eRKa, 2019-10-10 17:41:05

How to return an Observable with an aggregated result of other Observables?

I came across the rxjs library, which I had not dealt with before.
There is a task, I do not quite understand how to do it in my mind.
There are several queries that return an Observable with a result or 500.
I need to return an Observable with the aggregated result of these queries, all queries should be executed, errors should be shown in the console.
Prompt on what methods to look.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Eremin, 2019-10-10
@kttotto

https://blog.angularindepth.com/learn-to-combine-r...
All the possible ways to combine here
Choose the right one and see how to use it
Seems you need a zip

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question