docs(router): Updated documentation for router generate method

Closes #5399
This commit is contained in:
Brandon Roberts 2015-11-19 20:01:21 -06:00 committed by Brandon
parent 85d89babce
commit 7f0925eb2b
1 changed files with 1 additions and 2 deletions

View File

@ -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();