Components, Templates, and Forms in Angular
Explore the fundamentals of Angular components, including their structure and data flow. Understand how templates link to components to enable interactivity. Discover how to integrate various types of forms into your Angular application to build a functional client contacts manager.
We'll cover the following...
We'll cover the following...
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? ...