1
0

Merge pull request #94 from artlowel/upgrade-to-ngx-translate

upgraded to ngx-translate
This commit is contained in:
Art Lowel
2017-05-18 17:43:03 +02:00
committed by GitHub
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';
import { FileSizePipe } from "./utils/file-size-pipe";