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

Method path

packages/common/src/location/location.ts:102–104  ·  view source on GitHub ↗
(includeHash: boolean = false)

Source from the content-addressed store, hash-verified

100 // TODO: vsavkin. Remove the boolean flag and always include hash once the deprecated router is
101 // removed.
102 path(includeHash: boolean = false): string {
103 return this.normalize(this._locationStrategy.path(includeHash));
104 }
105
106 /**
107 * Reports the current state of the location history.

Callers 3

constructorMethod · 0.95
isCurrentPathEqualToMethod · 0.95

Implementers 1

SpyLocationpackages/common/testing/src/location_m

Calls 1

normalizeMethod · 0.95

Tested by

no test coverage detected