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

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

baseHref: UrlConfig["baseHref"]

hashPrefix

hashPrefix: UrlConfig["hashPrefix"]

host

host: UrlConfig["host"]

html5Mode

html5Mode: UrlConfig["html5Mode"]

port

port: UrlConfig["port"]

protocol

protocol: UrlConfig["protocol"]

Methods

dispose

Generated using TypeDoc