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

@@ -4,7 +4,7 @@ import { RouterModule } from '@angular/router';
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
import { NgbModule } from '@ng-bootstrap/ng-bootstrap';
import { TranslateModule } from 'ng2-translate/ng2-translate';
import { TranslateModule } from '@ngx-translate/core';
import { ApiService } from './api.service';