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
|
||||
* app's base href.
|
||||
* Generate an `Instruction` based on the provided Route Link DSL.
|
||||
*/
|
||||
generate(linkParams: any[]): Instruction {
|
||||
var ancestorInstructions = this._getAncestorInstructions();
|
||||
|
|
Loading…
Reference in New Issue