LocationConfig | @uirouter/react
Options
Menu

Interface LocationConfig

Returns low level URL configuration and metadata

This service returns information about the location configuration. This service is primarily used when building URLs (e.g., for hrefs)

Implementors should pass these through to the underlying URL APIs. The underlying URL mechanism might be browser APIs, framework APIs, or some 3rd party URL management library.

UI-Router Core includes two basic implementations:

Hierarchy

Implemented by

Index

Properties

baseHref: UrlConfig["baseHref"]
hashPrefix: UrlConfig["hashPrefix"]
host: UrlConfig["host"]
html5Mode: UrlConfig["html5Mode"]
port: UrlConfig["port"]
protocol: UrlConfig["protocol"]

Methods

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

  • Instructs the Disposable to clean up any resources

    Parameters

    Returns any


Generated using TypeDoc