rxjs-exhaustmap-with-trailing

A variant of RxJS exhaustMap that includes the trailing value emitted from the source observable while waiting for the inner observable to complete

rxjs-mergemap-array

An RxJS map operator that takes an observable of arrays as input and emits arrays where each element represents emissions from the projected observable.