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

Function convertToParamMap

packages/router/src/shared.ts:116–118  ·  view source on GitHub ↗
(params: Params)

Source from the content-addressed store, hash-verified

114 * @publicApi
115 */
116export function convertToParamMap(params: Params): ParamMap {
117 return new ParamsAsMap(params);
118}
119
120function matchParts(
121 routeParts: string[],

Callers 7

shared.spec.tsFile · 0.90
paramMapMethod · 0.90
queryParamMapMethod · 0.90
paramMapMethod · 0.90
queryParamMapMethod · 0.90
queryParamMapMethod · 0.90
parameterMapMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…