Explain deep linking in angularjs?



Explain deep linking in angularjs?..

Answer / Vaibhav Sandal

Deep Linking is a feature in AngularJS that allows the URL to reflect the current state of your application. This means that users can bookmark specific views, and the app will restore the view when reloaded or navigated back to from the bookmark. To implement deep linking, you need to define routes using $routeProvider and use the $location service.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More AngularJS Interview Questions

Do you think that parent controller can access the methods of child controller or vice versa?

1 Answers  


What are observables in angular?

1 Answers  


Explain host decorator in angular 2?

1 Answers  


Define services in angularjs.

1 Answers  


How to install cookies in angular?

1 Answers  


What is the basic need to start with AngularJS?

1 Answers  


What is injector in angular?

1 Answers  


Why you used angular 2?

1 Answers  


What is angular frontend?

1 Answers  


How does lazy loading work?

1 Answers  


What is splice method?

1 Answers  


What is linking function?

1 Answers  


Categories