Use RxJS mergeMap to Map and Merge High Order Observables

InstructorAndré Staltz

Share this video with your friends

Send Tweet

Like RxJS switchMap() is a shortcut for map() and switch(), we will see in this lesson how mergeMap() is a shortcut for map() and mergeAll(), and learn its arguments for customised behavior.