MemoryLocationConfig | @uirouter/core
Options
Menu

Class MemoryLocationConfig

A LocationConfig mock that gets/sets all config from an in-memory object

Hierarchy

  • MemoryLocationConfig

Implements

Index

Properties

_baseHref: string = ""
_hashPrefix: string = ""
_host: string = "localhost"
_port: number = 80
_protocol: string = "http"
dispose: noop = noop

Methods

  • baseHref(): string
  • Returns string


  • hashPrefix(newval?: any): any
  • Parameters

    • newval: Optional  any

    Returns any


  • host(): string
  • Returns string


  • html5Mode(): boolean
  • Returns boolean


  • port(): number
  • Returns number


  • protocol(): string
  • Returns string


Generated using TypeDoc