From fad50453bc0955f7418bbfa464fcbfe5253db9c7 Mon Sep 17 00:00:00 2001 From: "J. Degand" <70610011+jdegand@users.noreply.github.com> Date: Tue, 13 Aug 2024 04:07:12 -0400 Subject: [PATCH] docs(angular): add making requests content (#6526) --- .../content/making-requests@HjGAv3aV-p4ijYJ8XYIw3.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/angular/content/making-requests@HjGAv3aV-p4ijYJ8XYIw3.md b/src/data/roadmaps/angular/content/making-requests@HjGAv3aV-p4ijYJ8XYIw3.md index 5bebf1e02..6c5d3189a 100644 --- a/src/data/roadmaps/angular/content/making-requests@HjGAv3aV-p4ijYJ8XYIw3.md +++ b/src/data/roadmaps/angular/content/making-requests@HjGAv3aV-p4ijYJ8XYIw3.md @@ -1 +1,8 @@ -# Making Requests \ No newline at end of file +# 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: + +- [@official@Angular Official Docs - Making requests](https://angular.dev/guide/http/making-requests) +- [@video@How to make HTTP request in Angular 18](https://www.youtube.com/watch?v=3vQpYKlHmS0) \ No newline at end of file