MCPcopy Index your code
hub / github.com/angular/angular / pushState

Method pushState

packages/platform-server/src/location.ts:109–111  ·  view source on GitHub ↗
(state: any, title: string, newUrl: string)

Source from the content-addressed store, hash-verified

107 }
108
109 pushState(state: any, title: string, newUrl: string): void {
110 this.replaceState(state, title, newUrl);
111 }
112
113 forward(): void {
114 throw new Error('Not implemented');

Callers 1

Calls 1

replaceStateMethod · 0.95

Tested by

no test coverage detected