One of the biggest causes of confusion is the way that an Angular application is structured. The building blocks of an Angular application seem, at first glance, to be direct counterparts to those in an ASP.NET Core MVC application. But if you treat the Angular building blocks in the same way as their ASP.NET counterparts, you will end up with a client-side application that doesn’t work or becomes impossible to modify.
In this chapter, I explain the two key features that shape the structure of an Angular application and demonstrate how they are used to allow features to ...