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

Method parameterMap

packages/router/src/url_tree.ts:370–373  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

368 ) {}
369
370 get parameterMap(): ParamMap {
371 this._parameterMap ??= convertToParamMap(this.parameters);
372 return this._parameterMap;
373 }
374
375 /** @docs-private */
376 toString(): string {

Callers

nothing calls this directly

Calls 1

convertToParamMapFunction · 0.90

Tested by

no test coverage detected