Represents the individual components of a URL.
The fragment identifier (everything after #, not including the # itself).
#
The URL path (e.g. /dashboard, /users/123).
/dashboard
/users/123
The parsed query string as an object. Mirrors AngularJS’s $location.setSearch() format.
$location.setSearch()
Represents the individual components of a URL.