UNPKG

ng2-easyform

Version:

angular2 angular4 ng2

9 lines (8 loc) 330 B
import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; export declare abstract class EfDictdataService { http: HttpClient; constructor(http: HttpClient); abstract getDictDataObserable(dictName: string): Observable<any[]>; protected handleError(error: any): Promise<never>; }