Back to Developer Roadmap

HTTP Client

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

4.0628 B
Original Source

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: