rxjs-docs
rxjs-docs copied to clipboard
docs-RxJs for Angular Developers: Using the output of one HTTP request into another
In many cases, an Angular developer may need the output of one HTTP request to be used to in another get more data. For example, a master-details page that uses an id of item to get its master data and any other related data in the details section.