LocationStrategy

Stable

Class

Class Overview

class LocationStrategy {
path(includeHash?: boolean) : string
prepareExternalUrl(internal: string) : string
pushState(state: any, title: string, url: string, queryParams: string) : void
replaceState(state: any, title: string, url: string, queryParams: string) : void
forward() : void
back() : void
onPopState(fn: LocationChangeListener) : void
getBaseHref() : string

}

Class Description

Class Details

exported from @angular/common/index, defined in @angular/common/src/location/location_strategy.ts