AngularJS Developer Question:

Explain deep linking in AngularJS?

AngularJS Developer Interview Question
AngularJS Developer Interview Question

Answer:

Deep linking allows you to encode the state of application in the URL so that it can be bookmarked. The application can then be restored from the URL to the same state.


Previous QuestionNext Question
Tell me what is AngularJS?What is ng-app directive?