docs(router): fix doc
This commit is contained in:
parent
8d0d05c65f
commit
2ed251a5db
|
@ -95,7 +95,7 @@ export class RouteRegistry {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Given a URL and a parent component, return the most specific instruction for navigating
|
* Given a URL and a parent component, return the most specific instruction for navigating
|
||||||
* the application into the state specified by the
|
* the application into the state specified by the url
|
||||||
*/
|
*/
|
||||||
recognize(url: string, parentComponent): Promise<Instruction> {
|
recognize(url: string, parentComponent): Promise<Instruction> {
|
||||||
var componentRecognizer = this._rules.get(parentComponent);
|
var componentRecognizer = this._rules.get(parentComponent);
|
||||||
|
|
Loading…
Reference in New Issue