I don’t know the angular http client but on angularJS or with separate promises based libs like axios you’d just chain the calls. The angular docs are not quite clear, but it looks like the pipe command is doing some similar thing.
$http.get(„“).then(response => $http.get(„“)).then(response2 => ...)