December 2018
Intermediate to advanced
560 pages
18h 45m
English
This chapter covers
Angular applications can communicate with any web server supporting HTTP, regardless of what server-side platform is used. In this chapter, we’ll show you how to use the HttpClient service offered by Angular. You’ll see how to make HTTP GET and POST methods with HttpClient. And you’ll learn how to intercept HTTP requests to implement cross-cutting concerns, such as global error handling.
This chapter starts with a brief overview of Angular’s HttpClient service, and ...