We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85d89ba commit 7f0925eCopy full SHA for 7f0925e
modules/angular2/src/router/router.ts
@@ -406,8 +406,7 @@ export class Router {
406
407
408
/**
409
- * Generate a URL from a component name and optional map of parameters. The URL is relative to the
410
- * app's base href.
+ * Generate an `Instruction` based on the provided Route Link DSL.
411
*/
412
generate(linkParams: any[]): Instruction {
413
var ancestorInstructions = this._getAncestorInstructions();
0 commit comments