{ "id": "api/router/UrlMatchResult", "title": "UrlMatchResult", "contents": "\n\n
\n
\n
\n \n API > @angular/router\n
\n \n
\n \n
\n

UrlMatchResultlink

\n \n \n \n \n \n
\n \n \n\n
\n \n
\n

Represents the result of matching URLs with a custom matching function.

\n\n

See more...

\n
\n \n \n \n
\n \n type UrlMatchResult = {\n consumed: UrlSegment[];\n posParams?: {\n [name: string]: UrlSegment;\n };\n};\n \n
\n\n \n
\n

See alsolink

\n \n
\n\n\n \n \n
\n

Descriptionlink

\n
    \n
  • consumed is an array of the consumed URL segments.
  • \n
  • posParams is a map of positional parameters.
  • \n
\n\n \n
\n\n\n \n\n\n
\n
\n\n\n" }