I am unable to add more than 6 observables to forkjoin. is there a way to use more than 6 parameters?
I am getting error when i try to use it:
forkJoin([countries, currencies, customers, shippers, states, types, tradeTypes]).subscribe((results) => {
Thanks