Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LocationStrategy

Hierarchy

Implements

Index

Methods

decodeParams

  • decodeParams(value: string): any

decodeSegment

  • decodeSegment(value: string): string

decodeString

  • decodeString(value: string): string

encodeParams

  • encodeParams(value: any): string

encodeSegment

  • encodeSegment(value: string): string

encodeString

  • encodeString(value: string): string

getPath

  • getPath(url: string): string

getUrl

  • getUrl(url: string, params?: URLSearchParams): string

historyRequired

  • historyRequired(): boolean

pushState

  • pushState(url: string, snapshot: RouteSnapshot, popped?: undefined | false | true): void

resolve

resolveParams

  • resolveParams(path: string, routeSegments: RouteSegment[]): {}

serialize

serializeLink

serializeUrl

  • serializeUrl(url: string): string

snapshotToState

stateToSnapshot

Static historySupported

  • historySupported(): boolean