This commit is contained in:
Maxime Robert 2016-12-06 19:40:01 +01:00 committed by Alex Rickabaugh
parent 93556a5720
commit 4bd8f58552
1 changed files with 1 additions and 1 deletions

View File

@ -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