Use RxJS concatMap to Map and Concat High Order Observables

André Staltz
InstructorAndré Staltz

Social Share Links

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.