From 0f68351979ae09bc6477e17ed518d647ae882e06 Mon Sep 17 00:00:00 2001 From: Victor Berchet Date: Tue, 30 Aug 2016 21:06:38 -0700 Subject: [PATCH] fix(Router): fix type (#11181) --- modules/@angular/router/src/router.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/@angular/router/src/router.ts b/modules/@angular/router/src/router.ts index c754c550f6..34a76f0ffc 100644 --- a/modules/@angular/router/src/router.ts +++ b/modules/@angular/router/src/router.ts @@ -546,7 +546,7 @@ export class Router { resolvePromise(false); } }, - e => { + (e: any) => { if (e instanceof NavigationCancelingError) { this.navigated = true; this.routerEvents.next(