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

Method queryParamMap

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

Source from the content-addressed store, hash-verified

434 }
435
436 get queryParamMap(): ParamMap {
437 this._queryParamMap ??= convertToParamMap(this.queryParams);
438 return this._queryParamMap;
439 }
440
441 toString(): string {
442 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