1
0

upgraded to ngx-translate

This commit is contained in:
Art Lowel
2017-05-18 16:49:33 +02:00
parent 6359bbc645
commit cdb5f01198
11 changed files with 45 additions and 28 deletions

View File

@@ -6,7 +6,7 @@ import {
OnDestroy,
OnInit, HostListener
} from "@angular/core";
import { TranslateService } from "ng2-translate";
import { TranslateService } from "@ngx-translate/core";
import { HostWindowState } from "./shared/host-window.reducer";
import { Store } from "@ngrx/store";
import { HostWindowResizeAction } from "./shared/host-window.actions";