Summary: Components, Templates, and Forms
Here is a quick summary for you!
We'll cover the following...
We’ve covered a lot in this chapter. We’ve looked at what components are in Angular, why components are part of Angular, how they are structured, and the various parts of a component.
Then, we looked at the Component class and how the @Component
decorator is used to link all the parts of the component together.
We ...