1.

Justify the need for Angular 8 components.

Answer»

In Angular, there is a list of classes with decorators known as components that usually mark their own types. They provide metadata to HELP Angular do a LOT of things. Every application in Angular 8 has at least one component known as the root component, which is mostly used to CONNECT page hierarchy with page DOM.



Discussion

No Comment Found