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

Method queryParamMap

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

Source from the content-addressed store, hash-verified

433 }
434
435 get queryParamMap(): ParamMap {
436 this._queryParamMap ??= convertToParamMap(this.queryParams);
437 return this._queryParamMap;
438 }
439
440 toString(): string {
441 const url = this.url.map((segment) => segment.toString()).join('/');

Callers

nothing calls this directly

Calls 1

convertToParamMapFunction · 0.90

Tested by

no test coverage detected