removed test onResize call

This commit is contained in:
Art Lowel
2016-12-13 10:33:51 +01:00
parent 599cae07f6
commit 5fbf07d838

View File

@@ -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() {