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

Method path

packages/common/testing/src/location_mock.ts:53–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51 }
52
53 path(): string {
54 return this._history[this._historyIndex].path;
55 }
56
57 getState(): unknown {
58 return this._history[this._historyIndex].state;

Callers 4

isCurrentPathEqualToMethod · 0.95
forwardMethod · 0.95
backMethod · 0.95
historyGoMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected