Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
isCurrentPathEqualTo
Method · 0.95
forward
Method · 0.95
back
Method · 0.95
historyGo
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected