What do you understand by Components in Angular?
Components are the sub-set of directives, which is the most basic user interface building block of Angular application which forms a tree of the Angular components. It is defined by using @component decorator. The properties such as, template, selector, style of component specifies which meta-data is required to process.