5 lines
3.9 KiB
JSON
5 lines
3.9 KiB
JSON
{
|
|
"id": "api/router/UrlMatchResult",
|
|
"title": "UrlMatchResult",
|
|
"contents": "\n\n<article>\n <div class=\"breadcrumb-container\">\n <div class=\"breadcrumb\">\n <script type=\"application/ld+json\">\n {\n \"@context\": \"http://schema.org\",\n \"@type\": \"BreadcrumbList\",\n \"itemListElement\": [\n { \"@type\": \"ListItem\", \"position\": 1, \"item\": { \"@id\": \"https://angular.io//api\", \"name\": \"API\" } },\n { \"@type\": \"ListItem\", \"position\": 2, \"item\": { \"@id\": \"https://angular.io/api/router\", \"name\": \"@angular/router\" } },\n { \"@type\": \"ListItem\", \"position\": 3, \"item\": { \"@id\": \"https://angular.io/api/router/UrlMatchResult\", \"name\": \"UrlMatchResult\" } }\n ]\n }\n </script>\n <a href=\"/api\">API</a> > <a href=\"api/router\">@angular/router</a>\n </div>\n <div class=\"github-links\">\n <a href=\"https://github.com/angular/angular/edit/master/packages/router/src/config.ts?message=docs(router)%3A%20describe%20your%20change...#L27-L40\" aria-label=\"Suggest Edits\" title=\"Suggest Edits\"><i class=\"material-icons\" aria-hidden=\"true\" role=\"img\">mode_edit</i></a>\n <a href=\"https://github.com/angular/angular/tree/12.0.0-next.7/packages/router/src/config.ts#L27-L40\" aria-label=\"View Source\" title=\"View Source\"><i class=\"material-icons\" aria-hidden=\"true\" role=\"img\">code</i></a>\n</div>\n </div>\n \n <header class=\"api-header\">\n <h1 id=\"urlmatchresult\">UrlMatchResult<a title=\"Link to this heading\" class=\"header-link\" aria-hidden=\"true\" href=\"api/router/UrlMatchResult#urlmatchresult\"><i class=\"material-icons\">link</i></a></h1>\n \n <label class=\"api-type-label type-alias\">type-alias</label>\n \n \n \n </header>\n \n <aio-toc class=\"embedded\"></aio-toc>\n\n <div class=\"api-body\">\n \n <section class=\"short-description\">\n <p>Represents the result of matching URLs with a custom matching function.</p>\n\n <p><a href=\"api/router/UrlMatchResult#description\">See more...</a></p>\n </section>\n \n \n \n <section class=\"type-alias-overview\">\n <code-example language=\"ts\" hidecopy=\"true\">\n type <a href=\"api/router/UrlMatchResult\" class=\"code-anchor\">UrlMatchResult</a> = {\n consumed: <a href=\"api/router/UrlSegment\" class=\"code-anchor\">UrlSegment</a>[];\n posParams?: {\n [name: string]: <a href=\"api/router/UrlSegment\" class=\"code-anchor\">UrlSegment</a>;\n };\n};\n </code-example>\n </section>\n\n \n<section class=\"see-also\">\n <h2 id=\"see-also\">See also<a title=\"Link to this heading\" class=\"header-link\" aria-hidden=\"true\" href=\"api/router/UrlMatchResult#see-also\"><i class=\"material-icons\">link</i></a></h2>\n <ul>\n \n <li><p><code><a href=\"api/router/UrlMatcher\" class=\"code-anchor\">UrlMatcher</a>()</code></p>\n</li>\n </ul>\n</section>\n\n\n \n \n<section class=\"description\">\n <h2 id=\"description\">Description<a title=\"Link to this heading\" class=\"header-link\" aria-hidden=\"true\" href=\"api/router/UrlMatchResult#description\"><i class=\"material-icons\">link</i></a></h2>\n <ul>\n<li><code>consumed</code> is an array of the consumed URL segments.</li>\n<li><code>posParams</code> is a map of positional parameters.</li>\n</ul>\n\n \n</section>\n\n\n \n\n\n </div>\n</article>\n\n<!-- links to this doc:\n - api/router\n - api/router/UrlMatcher\n-->\n<!-- links from this doc:\n - /api\n - api/router\n - api/router/UrlMatchResult#description\n - api/router/UrlMatchResult#see-also\n - api/router/UrlMatchResult#urlmatchresult\n - api/router/UrlMatcher\n - api/router/UrlSegment\n - https://github.com/angular/angular/edit/master/packages/router/src/config.ts?message=docs(router)%3A%20describe%20your%20change...#L27-L40\n - https://github.com/angular/angular/tree/12.0.0-next.7/packages/router/src/config.ts#L27-L40\n-->"
|
|
} |