LocationServices | @uirouter/core
Options
All
  • Public
  • Public/Protected
  • All
Menu

Handles low level URL read/write

This service handles low level reads and updates of the URL and listens for url changes. Implementors should pass these through to the underlying URL mechanism. The underlying URL mechanism might be browser APIs, framework APIs, or some 3rd party URL management library.

UI-Router Core includes three basic implementations:

Hierarchy

Implemented by

Index

Properties

Methods

Properties

hash

hash: UrlService["hash"]

onChange

onChange: UrlService["onChange"]

See: [[UrlService.onChange]]

path

path: UrlService["path"]

search

search: UrlService["search"]

url

url: UrlService["url"]

Methods

dispose

Generated using TypeDoc