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

@@ -5,7 +5,7 @@ import { Store, StoreModule } from "@ngrx/store";
import { HeaderState } from "./header.reducer";
import Spy = jasmine.Spy;
import { HeaderToggleAction } from "./header.actions";
import { TranslateModule } from "ng2-translate";
import { TranslateModule } from "@ngx-translate/core";
import { NgbCollapseModule } from "@ng-bootstrap/ng-bootstrap";
import { Observable } from "rxjs";