btroncone / learn-rxjs

Clear examples, explanations, and resources for RxJS

Home Page:https://www.learnrxjs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

forkJoin: uses deprecated API

Splaktar opened this issue · comments

In https://www.learnrxjs.io/operators/combination/forkjoin.html, if I use these examples with RxJS 6.5.3 it gives me deprecation warnings because the new suggested API accepts an Array of Observables.

It would be helpful if the examples could be updated to use the new recommended APIs rather than the deprecated APIs.