BrowserLocationConfig | @uirouter/angular
Options
Menu

Class BrowserLocationConfig

A LocationConfig that delegates to the browser's location object

Hierarchy

  • BrowserLocationConfig

Implements

Index

Constructors

  • Parameters

    • router: Optional  any
    • _isHtml5: Default value  boolean = false

Properties

_baseHref: any = undefined
_hashPrefix: string = ""
_isHtml5: boolean

Methods

  • baseHref(href?: string): string
  • Parameters

    • href: Optional  string

    Returns string


  • dispose(): void
  • Returns void


  • getBaseHref(): string
  • Returns string


  • hashPrefix(): string
  • Returns string


  • host(): string
  • Returns string


  • html5Mode(): boolean
  • Returns boolean


  • port(): number
  • Returns number


  • protocol(): string
  • Returns string


Generated using TypeDoc