...

/

Components, Templates, and Forms in Angular

Components, Templates, and Forms in Angular

Let's learn about Components, Templates, and Forms in Angular..

Chapter learning outcomes

We’ve covered a lot over the last few chapters. We’ve looked at the architecture of an Angular application and we’ve gone through the Angular CLI. Now, we are going to start looking at the building blocks of an Angular application – that is, its components.

In this chapter, you will learn about the following topics:

  • What are components and how are they structured?

  • What are smart and dumb components? ...