What do you understand by Components in Angular?

953    Asked by ROHITJhadav in Python , Asked on Dec 19, 2019
Answered by ROHIT Jhadav

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.




Your Answer

Interviews

Parent Categories