From 5d281fb82880960316fe4c4fd0e95bb773b135bc Mon Sep 17 00:00:00 2001 From: Art Lowel Date: Tue, 13 Dec 2016 12:51:21 +0100 Subject: [PATCH] removing unused router from app.component --- src/app/app.component.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 1f1a9237b5..15485eb6a6 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -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 ) { // this language will be used as a fallback when a translation isn't found in the current language