removing unused router from app.component

This commit is contained in:
Art Lowel
2016-12-13 12:51:21 +01:00
parent d3370e266a
commit 5d281fb828

View File

@@ -5,7 +5,6 @@ import {
OnDestroy,
OnInit, HostListener
} from "@angular/core";
import { Router } from "@angular/router";
import { TranslateService } from "ng2-translate";
import { HostWindowState } from "./shared/host-window.reducer";
import { Store } from "@ngrx/store";
@@ -30,7 +29,6 @@ export class AppComponent implements OnDestroy, OnInit {
constructor(
private translate: TranslateService,
private router: Router,
private store: Store<HostWindowState>
) {
// this language will be used as a fallback when a translation isn't found in the current language