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 |
What are the concept of scope hierarchy?
What is $interval service in AngularJS?
What are the ways to track the error in angularjs?
What is Service in AngularJS?
Is ng app required?
Explain the difference between promise and observable in angular?
How to share information between controllers in AngularJS?
What is the aot compilation?
What are constructors in angular?
What is event distner and host distner in angular?
What are different ways of bootstrapping AngularJS?
Can angularjs be used for backend?