mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
parent
01ae0556e2
commit
ffdcac4e0c
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ To set up a wildcard route, add the following code to your `routes` definition.
|
|||
|
||||
<docs-code>
|
||||
|
||||
{ path: '\*\*', component: <component-name> }
|
||||
{ path: '**', component: <component-name> }
|
||||
|
||||
</docs-code>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue