LocationServices | @uirouter/angular
Options
Menu

Interface LocationServices

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
path: path
url: url

Methods

  • dispose(router?: UIRouter): any
  • Instructs the Disposable to clean up any resources

Generated using TypeDoc