fix(Router): fix type (#11181)
This commit is contained in:
@ -546,7 +546,7 @@ export class Router {
|
||||
resolvePromise(false);
|
||||
}
|
||||
},
|
||||
e => {
|
||||
(e: any) => {
|
||||
if (e instanceof NavigationCancelingError) {
|
||||
this.navigated = true;
|
||||
this.routerEvents.next(
|
||||
|
Reference in New Issue
Block a user