From f531787e9c590439646a86ffcbeffda438826e78 Mon Sep 17 00:00:00 2001 From: "J. Degand" <70610011+jdegand@users.noreply.github.com> Date: Thu, 8 Aug 2024 23:35:04 -0400 Subject: [PATCH] docs(angular): add http-client content (#6443) --- .../content/http-client@8UY0HAvjY7bdbFpt-MM1u.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/angular/content/http-client@8UY0HAvjY7bdbFpt-MM1u.md b/src/data/roadmaps/angular/content/http-client@8UY0HAvjY7bdbFpt-MM1u.md index 1f5ff9eff..175bb460f 100644 --- a/src/data/roadmaps/angular/content/http-client@8UY0HAvjY7bdbFpt-MM1u.md +++ b/src/data/roadmaps/angular/content/http-client@8UY0HAvjY7bdbFpt-MM1u.md @@ -1 +1,9 @@ -# HTTP Client \ No newline at end of file +# HTTP Client + +Most front-end applications need to communicate with a server over the HTTP protocol, to download or upload data and access other back-end services. Angular provides a client HTTP API for Angular applications, the `HttpClient` service class in `@angular/common/http`. + +Visit the following resources to learn more: + +- [@official@Angular Official Docs - HTTP Client](https://angular.dev/guide/http) +- [@article@Angular HTTP Client - Quickstart Guide](https://blog.angular-university.io/angular-http/) +- [@article@Using HTTP Client in modern Angular applications](https://www.thisdot.co/blog/using-httpclient-in-modern-angular-applications) \ No newline at end of file