docs(router): fix typo in "spotlight on pathmatch" (#38039)
https://angular.io/guide/router-tutorial-toh#pathmatch PR Close #38039
This commit is contained in:
parent
4ec3026a9a
commit
f01b0337d2
|
@ -311,7 +311,7 @@ In this app, the router should select the route to the `HeroListComponent` only
|
|||
Remember to restore the redirect to `pathMatch = 'full'`.
|
||||
|
||||
Learn more in Victor Savkin's
|
||||
[post on redirects](http://vsavkin.tumblr.com/post/146722301646/ angular-router-empty-paths-componentless-routes).
|
||||
[post on redirects](http://vsavkin.tumblr.com/post/146722301646/angular-router-empty-paths-componentless-routes).
|
||||
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue