docs(router): Updated documentation for router generate method
Closes #5399
This commit is contained in:
parent
85d89babce
commit
7f0925eb2b
|
@ -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
|
* Generate an `Instruction` based on the provided Route Link DSL.
|
||||||
* app's base href.
|
|
||||||
*/
|
*/
|
||||||
generate(linkParams: any[]): Instruction {
|
generate(linkParams: any[]): Instruction {
|
||||||
var ancestorInstructions = this._getAncestorInstructions();
|
var ancestorInstructions = this._getAncestorInstructions();
|
||||||
|
|
Loading…
Reference in New Issue