Use RxJS concatMap to Map and Concat High Order Observables

InstructorAndré Staltz

Share this video with your friends

Send Tweet

Like switchMap and mergeMap, concatMap is a shortcut for map() followed by a concatAll(). In this lesson we will explore this RxJS operator and its properties.