mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-01 14:41:32 +00:00
AlfrescoTranslationLoader fixed build error
This commit is contained in:
9
ng2-components/ng2-alfresco-core/services/AlfrescoTranslationService.d.ts
vendored
Normal file
9
ng2-components/ng2-alfresco-core/services/AlfrescoTranslationService.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import { Http } from 'angular2/http';
|
||||
import { Observable } from 'rxjs/Observable';
|
||||
export declare class AlfrescoTranslationLoader {
|
||||
private http;
|
||||
private prefix;
|
||||
private suffix;
|
||||
constructor(http: Http);
|
||||
getTranslation(lang: string): Observable<any>;
|
||||
}
|
Reference in New Issue
Block a user