Home »
MCQs »
AngularJS MCQs
Which method of $location service is used to get the full URL of the current web page?
44. Which method of $location service is used to get the full URL of the current web page?
- url()
- Url()
- WebUrl()
- absUrl()
Answer: D) absUrl()
Explanation:
The $location.absUrl() returns the full URL of the current web page.