Explain the concept of hierarchy?
Answer / Vinod Kumar Meena
In AngularJS, hierarchy refers to a tree-like structure where each component can have child components. This allows for organizing the application into smaller, more manageable pieces. The parent component controls its child components, and data flows down from the parent to the child. Changes made in child components can propagate up to the parent.
| Is This Answer Correct ? | 0 Yes | 0 No |
Which other primeng components have you used with angular 2?
What is a module in a course?
What is the difference between routermodule.forroot() vs routermodule.forchild()?
What is the use of codelyzer in angular 2 application.?
What is factory method?
What is a provider in angularjs?
How can we achieve internationalization using angular 2 ?
What is elementref in angular 4?
What are the main components of routing in angualr 2?
What is property binding in angular?
Explain the concept of hierarchy?
Explain ngfor and nglf? 20. What is hoisting in js?