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

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

Hierarchy

  • MemoryLocationConfig

Implements

Index

Properties

_baseHref

_baseHref: string = ""

_hashPrefix

_hashPrefix: string = ""

_host

_host: string = "localhost"

_port

_port: number = 80

_protocol

_protocol: string = "http"

dispose

dispose: noop = noop

Methods

baseHref

  • baseHref(): string

hashPrefix

  • hashPrefix(newval?: any): any

host

  • host(): string

html5Mode

  • html5Mode(): boolean

port

  • port(): number

protocol

  • protocol(): string

Generated using TypeDoc