Gets the base Href, e.g., http://localhost/approot/
Gets the base Href, e.g., http://localhost/approot/
the application's base href
Instructs the Disposable to clean up any resources
Instructs the Disposable to clean up any resources
Gets the hashPrefix (when not running in pushstate mode)
Sets the hashPrefix (when not running in pushstate mode)
Gets the hashPrefix (when not running in pushstate mode)
If the current url is http://localhost/app#!/uirouter/path/#anchor
, it returns !
which is the prefix for the "hashbang" portion.
the hash prefix
Sets the hashPrefix (when not running in pushstate mode)
the new hash prefix
Gets the host, e.g., localhost
Gets the host, e.g., localhost
the protocol
Returns true when running in pushstate mode
Returns true when running in pushstate mode
true when running in pushstate mode
Gets the port, e.g., 80
Gets the port, e.g., 80
the port number
Gets the protocol, e.g., http
Gets the protocol, e.g., http
the protocol
Generated using TypeDoc
This service returns the location configuration
This service returns information about the location configuration. This service is primarily used when building URLs (e.g., for
hrefs
)