angular / 11.2.14 / api / common / upgrade / locationupgradeconfig.html /

LocationUpgradeConfig

interface

Configuration options for LocationUpgrade.

interface LocationUpgradeConfig {
  useHash?: boolean
  hashPrefix?: string
  urlCodec?: typeof UrlCodec
  serverBaseHref?: string
  appBaseHref?: string
}

Properties

Property Description
useHash?: boolean

Configures whether the location upgrade module should use the HashLocationStrategy or the PathLocationStrategy

hashPrefix?: string

Configures the hash prefix used in the URL when using the HashLocationStrategy

urlCodec?: typeof UrlCodec

Configures the URL codec for encoding and decoding URLs. Default is the AngularJSCodec

serverBaseHref?: string

Configures the base href when used in server-side rendered applications

appBaseHref?: string

Configures the base href when used in client-side rendered applications

© 2010–2021 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v11.angular.io/api/common/upgrade/LocationUpgradeConfig