Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
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
*/
116
export
function
convertToParamMap(params: Params): ParamMap {
117
return
new
ParamsAsMap(params);
118
}
119
120
function
matchParts(
121
routeParts: string[],
Callers
7
shared.spec.ts
File · 0.90
paramMap
Method · 0.90
queryParamMap
Method · 0.90
paramMap
Method · 0.90
queryParamMap
Method · 0.90
queryParamMap
Method · 0.90
parameterMap
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected