Dependency Injection, Services, and HttpClient
Let's learn about Dependency Injection, Services, and HttpClient in this chapter.
We'll cover the following...
Chapter learning outcomes
In this chapter, we are going to start looking at some more advanced topics of Angular development. So far, we have looked at how an Angular application is structured, how Angular components are created, and how we use the Angular CLI for almost everything we need to do in order to build an application. We’ve explored how to add a UI to an application and how we can add Angular Material to give a polished look and ...