From 7f0925eb2bc0483b291696e7c52f128160f79346 Mon Sep 17 00:00:00 2001 From: Brandon Roberts Date: Thu, 19 Nov 2015 20:01:21 -0600 Subject: [PATCH] docs(router): Updated documentation for router generate method Closes #5399 --- modules/angular2/src/router/router.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/angular2/src/router/router.ts b/modules/angular2/src/router/router.ts index b653a1bbd1..404762ff27 100644 --- a/modules/angular2/src/router/router.ts +++ b/modules/angular2/src/router/router.ts @@ -406,8 +406,7 @@ export class Router { /** - * Generate a URL from a component name and optional map of parameters. The URL is relative to the - * app's base href. + * Generate an `Instruction` based on the provided Route Link DSL. */ generate(linkParams: any[]): Instruction { var ancestorInstructions = this._getAncestorInstructions();