Options
Menu

Class RectangleLocation

Implements the ng.ILocationService interface and is used by the dashboard to supply controllers with a saved URL location

class

RectangleLocation

Index

Constructor methods

constructor

  • constructor(delegate: ng.ILocationService, path: string, search: any, hash: string): RectangleLocation

Properties

private _hash

_hash: string

private _path

_path: string

private _search

_search: any

delegate

delegate: ng.ILocationService

Methods

absUrl

  • absUrl(): string

hash

  • hash(newHash?: stringnull): any

host

  • host(): string

path

  • path(newPath?: stringnull): any

port

  • port(): number

protocol

  • protocol(): number

replace

search

  • search(parametersMap?: anynull): any

url

  • url(newValue?: stringnull): any

Generated using TypeDoc