Combination Operators
Let's explore RxJS combination operators with the help of interactive examples.
The first operator we’re going to look at is the merge()
operator.
merge
operator
The merge operator takes in a series of Observables to create one that can be subscribed to.
This can be useful if we have two Observables that return different data that we want to combine into one Observable. For example, if we have two ...
Create a free account to view this lesson.
By signing up, you agree to Educative's Terms of Service and Privacy Policy