learn-rxjs icon indicating copy to clipboard operation
learn-rxjs copied to clipboard

combineLatest uses deprecated API

Open talohana opened this issue 5 years ago • 0 comments

While looking at the combineLatest operator examples I noticed it uses a deprecated API.

Instead it should accept an array of Observables as mentioned in combineLatest source code

talohana avatar Aug 18 '20 07:08 talohana