In RxJS you can make multiple REST calls, wait that all of them are completed and get a single result.
You can use forkJoin and combineLatest RxJS operators to achieve this result.
So, what’s the difference?
🔗 Follow me on:
About: Google Developer Expert in Angular • Microsoft MVP • Front-End Instructor • Speaker & Content Creator • Twitch Partner • ♥️ JS
In RxJS you can make multiple REST calls, wait that all of them are completed and get a single result.
You can use forkJoin and combineLatest RxJS operators to achieve this result.
So, what’s the difference?
🔗 Follow me on:
What's difference with Promise.all ?