A common scenario with RxJS is to issue an HTTP request for an array of data, then process each element of that array to get additional detail data.
One approach is to use mergeMap and forkJoin as shown here:
https://youtu.be/hSHwLcqQ4O0
#Angular #rxjs #forkjoin
#angular #RxJS #forkjoin