parent
909031e688
commit
4215afc639
|
@ -434,7 +434,7 @@ export class RouteRegistry {
|
||||||
|
|
||||||
return new UnresolvedInstruction(() => {
|
return new UnresolvedInstruction(() => {
|
||||||
return componentRecognizer.defaultRoute.handler.resolveComponentType().then(
|
return componentRecognizer.defaultRoute.handler.resolveComponentType().then(
|
||||||
() => this.generateDefault(componentCursor));
|
(_) => this.generateDefault(componentCursor));
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue