RxJS — concat, concatMap, concatAll, merge, mergeMap, mergeAll, switchAll, switchMap
RxJS is a library for composing asynchronous and event-based programs by using observable sequences. It provides one core type, the Observable, satellite types (Observer, Schedulers…