CIED Technologies interview question

How can call multiple API in a single call using RXJS

Interview Answer

Anonymous

12 Nov 2021

I am simply answered , we can call inside one subscription, but that not correct answer. Use 'forkJoin ' from RXJS this is the correct.