How angular router works?



How angular router works?..

Answer / Deepshikha Shakya

Angular Router in AngularJS manages the navigation within an application by creating a tree of routes and their corresponding components. When a route is activated, the associated component is created, and its view is displayed.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More AngularJS Interview Questions

What are the concept of scope hierarchy?

1 Answers  


What is $interval service in AngularJS?

1 Answers  


What are the ways to track the error in angularjs?

1 Answers  


What is Service in AngularJS?

1 Answers  


Is ng app required?

1 Answers  


Explain the difference between promise and observable in angular?

1 Answers  


How to share information between controllers in AngularJS?

1 Answers  


What is the aot compilation?

1 Answers  


What are constructors in angular?

1 Answers  


What is event distner and host distner in angular?

1 Answers  


What are different ways of bootstrapping AngularJS?

1 Answers  


Can angularjs be used for backend?

1 Answers  


Categories