UNPKG

ngx-easy-table

Version:
9 lines (8 loc) 241 B
import { Http } from "@angular/http"; import { Observable } from "rxjs/Observable"; import 'rxjs/add/operator/map'; export declare class HttpService { http: Http; constructor(http: Http); getData(url: string): Observable<any>; }