FIX typo (#13267)
This commit is contained in:
parent
93556a5720
commit
4bd8f58552
|
@ -29,7 +29,7 @@ import {UrlTree} from '../url_tree';
|
||||||
*
|
*
|
||||||
* The RouterLink directives let you link to specific parts of your app.
|
* The RouterLink directives let you link to specific parts of your app.
|
||||||
*
|
*
|
||||||
* Whe the link is static, you can use the directive as follows:
|
* When the link is static, you can use the directive as follows:
|
||||||
* `<a routerLink="/user/bob">link to user component</a>`
|
* `<a routerLink="/user/bob">link to user component</a>`
|
||||||
*
|
*
|
||||||
* If you use dynamic values to generate the link, you can pass an array of path
|
* If you use dynamic values to generate the link, you can pass an array of path
|
||||||
|
|
Loading…
Reference in New Issue