MemoryLocationConfig | @uirouter/angular
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
  • Returns string

hashPrefix

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

    • Optional newval: any

    Returns any

host

  • host(): string
  • Returns string

html5Mode

  • html5Mode(): boolean
  • Returns boolean

port

  • port(): number
  • Returns number

protocol

  • protocol(): string
  • Returns string

Generated using TypeDoc