I\'m working on an Angular 6 project.
Running ng lint gives the following Warning:
"forkJoin is deprecated: resultSelector is deprecated,
I was able to fix this by getting rid of the ellipsis:
forkJoin(observables).subscribe();
As long as observables is already an array, it should have the same result.
observables