Dependency Injection, Services, and HttpClient
Explore how dependency injection enables efficient service use in Angular applications. Learn to create and use services, handle external data with HttpClient, and manage app state by expanding a client contacts manager app.
We'll cover the following...
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 ...