API > @angular/router code Paramslink type-alias Contents See also A collection of matrix and query URL parameters. type Params = { [key: string]: any; }; See alsolink convertToParamMap ParamMap