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

Method queryParamMap

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

Source from the content-addressed store, hash-verified

281 }
282
283 get queryParamMap(): ParamMap {
284 this._queryParamMap ??= convertToParamMap(this.queryParams);
285 return this._queryParamMap;
286 }
287
288 /** @docs-private */
289 toString(): string {

Callers

nothing calls this directly

Calls 1

convertToParamMapFunction · 0.90

Tested by

no test coverage detected