Contents
Updated on 2021-02-09
concatAll Operator
Can be imported from here:
|
|
For official documentation, visit https://rxjs-dev.firebaseapp.com/api/operators/concatAll
What it does?
Concatenates higher order observables into first order observable in order.
Note:
concatAll()
is equivalent tomergeAll()
with concurrency parameter equal to 1.
Example 1
|
|
|
|
Комментарии