mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
AlfrescoTranslationLoader fixed build error
This commit is contained in:
@@ -18,11 +18,10 @@
|
||||
import {Injectable} from 'angular2/core';
|
||||
import {Http, Response} from 'angular2/http';
|
||||
import {TranslateLoader} from 'ng2-translate/ng2-translate';
|
||||
import {Http, Response} from 'angular2/http';
|
||||
|
||||
import {Observable} from 'rxjs/Observable'
|
||||
|
||||
@Injectable()
|
||||
export class AlfrescoTranslationLoader implements TranslateLoader {
|
||||
export class AlfrescoTranslationLoader {
|
||||
|
||||
private prefix: string = 'i18n';
|
||||
private suffix: string = '.json';
|
||||
|
Reference in New Issue
Block a user