Explain the concept of hierarchy?



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

Post New Answer

More AngularJS Interview Questions

Which other primeng components have you used with angular 2?

1 Answers  


What is a module in a course?

1 Answers  


What is the difference between routermodule.forroot() vs routermodule.forchild()?

1 Answers  


What is the use of codelyzer in angular 2 application.?

1 Answers  


What is factory method?

1 Answers  


What is a provider in angularjs?

1 Answers  


How can we achieve internationalization using angular 2 ?

1 Answers  


What is elementref in angular 4?

1 Answers  


What are the main components of routing in angualr 2?

1 Answers  


What is property binding in angular?

1 Answers  


Explain the concept of hierarchy?

1 Answers  


Explain ngfor and nglf? 20. What is hoisting in js?

1 Answers  


Categories