What are Components in Angular?

Components Heirarchy

Components are the basic building blocks of the user interface in an Angular application. Every component is associated with a template and is a subset of directives. An Angular application typically consists of a root component, which is the AppComponent, that then branches out into other components creating a hierarchy.


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *