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

Method paramMap

packages/router/src/router_state.ts:483–486  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

481 }
482
483 get paramMap(): ParamMap {
484 this._paramMap ??= convertToParamMap(this.params);
485 return this._paramMap;
486 }
487
488 get queryParamMap(): ParamMap {
489 this._queryParamMap ??= convertToParamMap(this.queryParams);

Callers

nothing calls this directly

Calls 1

convertToParamMapFunction · 0.90

Tested by

no test coverage detected