2017 | OriginalPaper | Chapter
24. Making Asynchronous HTTP Requests
Published in:
Pro Angular
Abstract
HTTP Requests Ajax Web services All the examples since Chapter 11 have relied on static data that has been hardwired into the application. In this chapter, I demonstrate how to use asynchronous HTTP requests, often called Ajax requests, to interact with a web service to get real data into an application.