feat(combineLatest): support for observable dictionaries (#5022) by rraziel · Pull Request #5363 · ReactiveX/rxjs

Description: Support for passing a dictionary of observables to combineLatest, removing the need to pass an array then directly using map to turn it back into an object. I mostly based this on the ...