Back to Developer Roadmap

Making Requests

src/data/roadmaps/angular/content/[email protected]

4.0520 B
Original Source

Making Requests

HttpClient has methods corresponding to the different HTTP verbs used to make requests, both to load data and to apply mutations on the server. Each method returns an RxJS Observable which, when subscribed, sends the request and then emits the results when the server responds.

Visit the following resources to learn more: