MockPlatformLocation

From Get docs
< @angular/common‎ | testingAngular/docs/8/api/common/testing/mockplatformlocation


MockPlatformLocation

class

Mock implementation of URL state.

class MockPlatformLocation implements PlatformLocation {
  hostname
  protocol
  port
  pathname
  search
  hash
  state
  href: string
  url: string
  getBaseHrefFromDOM(): string
  onPopState(fn: LocationChangeListener): void
  onHashChange(fn: LocationChangeListener): void
  replaceState(state: any, title: string, newUrl: string): void
  pushState(state: any, title: string, newUrl: string): void
  forward(): void
  back(): void
  getState(): unknown
}

Properties

Property Description
hostname Read-Only
protocol Read-Only
port Read-Only
pathname Read-Only
search Read-Only
hash Read-Only
state Read-Only
href: string Read-Only
url: string Read-Only

Methods

getBaseHrefFromDOM(): string

Parameters

There are no parameters.

Returns

string


onPopState(fn: LocationChangeListener): void

Parameters
fn LocationChangeListener
Returns

void


onHashChange(fn: LocationChangeListener): void

Parameters
fn LocationChangeListener
Returns

void


replaceState(state: any, title: string, newUrl: string): void

Parameters
state any
title string
newUrl string
Returns

void


pushState(state: any, title: string, newUrl: string): void

Parameters
state any
title string
newUrl string
Returns

void


forward(): void

Parameters

There are no parameters.

Returns

void


back(): void

Parameters

There are no parameters.

Returns

void


getState(): unknown

Parameters

There are no parameters.

Returns

unknown



© 2010–2020 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v8.angular.io/api/common/testing/MockPlatformLocation