UNPKG

@totvs-agro/t-translate

Version:

Componente Totvs para internacionalização

10 lines (9 loc) 275 B
import { Http } from '@angular/http'; import 'rxjs/add/operator/map'; import 'rxjs/add/operator/catch'; export declare class DataFinder { private http; constructor(http: Http); getJSONDataAsync(filePath: string): Promise<any>; private handleError; }