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

Method queryParamMap

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

Source from the content-addressed store, hash-verified

486 }
487
488 get queryParamMap(): ParamMap {
489 this._queryParamMap ??= convertToParamMap(this.queryParams);
490 return this._queryParamMap;
491 }
492
493 toString(): string {
494 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