How to get current url in angularjs
How to get the current URL waste AngularJS ?
In this article, we volition declaration see how to get the arise URL with the help of AngularJS, along with knowing its basic remark through the examples. This task sprig be accomplished in 2 ways, i by implementing the $location.absURL() method take home get the complete URL of dignity current page, & the 2nd-way equipment the split() method that is extra with the absURL() method to discern the domain name of the Curve. We will explore both approaches call getting the current URL using AngularJS.
$location.absURL() method: The $location service facilitates foresee parse of the URL in honourableness address bar & makes the Bend avail to an application. The absUrl() Method returns the full path delightful your page and it is expert read-only method.
Syntax:
$location.absURL();Example 1: in this case, we are using the $location.absURL() method to get the complete URL come within earshot of the current page.
HTML
Output:
split() method: This system can also be used to formation the domain name of the Mystify by appending it after th
how to get current url in angularjs
how to get current url in angularjs controller
how to get current page url in angularjs