
Learning Angular
By :

Give your feedback straight to the author himself and chat to other early readers on our Discord server (find the "learning-angular-5e" channel under EARLY ACCESS SUBSCRIPTION).
https://packt.link/EarlyAccess/
A real-world scenario for enterprise Angular applications is to connect to remote services and APIs to exchange data. The Angular HTTP client provides out-of-the-box support for communicating with services over HTTP. The interaction of an Angular application with the HTTP client is based on RxJS observable streams, giving developers a rich set of capabilities for data access.
There are many possibilities to describe what you can do to connect to APIs through HTTP. In this book, we will only scratch the surface. Still, the insights covered in this chapter will give you all you need to connect your Angular applications to HTTP services in no time, leaving all you can do with them up to your creativity.
In this chapter...