LocationStrategy
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 }