From 5fbf07d838ee97bc7c8323decd4a029cb170cedc Mon Sep 17 00:00:00 2001 From: Art Lowel Date: Tue, 13 Dec 2016 10:33:51 +0100 Subject: [PATCH] removed test onResize call --- src/app/app.component.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 7fb537bd92..1f1a9237b5 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -37,13 +37,6 @@ export class AppComponent implements OnDestroy, OnInit { translate.setDefaultLang('en'); // the lang to use, if the lang isn't available, it will use the current loader to get them translate.use('en'); - - this.onResize({ - target: { - innerWidth: 800, - innerHeight: 600 - } - }); } ngOnInit() {