MCPcopy Create free account
hub / github.com/angular/angular / back

Method back

packages/common/src/location/location.ts:199–201  ·  view source on GitHub ↗

* Navigates back in the platform's history.

()

Source from the content-addressed store, hash-verified

197 * Navigates back in the platform's history.
198 */
199 back(): void {
200 this._locationStrategy.back();
201 }
202
203 /**
204 * Navigate to a specific page from session history, identified by its relative position to the

Implementers 1

SpyLocationpackages/common/testing/src/location_m

Calls

no outgoing calls

Tested by 5

createNavigationHistoryFunction · 0.36
guardsIntegrationSuiteFunction · 0.36