docs(router): Fix mismatching of code and comment (#10791)

This commit is contained in:
Trotyl Yu 2016-08-17 10:37:53 +08:00 committed by vikerman
parent b77a3794b8
commit ed639784d4
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ export class Router {
*
* router.createUrlTree([{segmentPath: '/one/two'}]);
*
* // create /team/33/(user/11//aux:chat)
* // create /team/33/(user/11//right:chat)
* router.createUrlTree(['/team', 33, {outlets: {primary: 'user/11', right: 'chat'}}]);
*
* // remove the right secondary node