@senx/warpview
Version:
WarpView Elements
15 lines • 663 B
TypeScript
import { HttpClient, HttpResponse } from '@angular/common/http';
import { HttpErrorHandler } from './http-error-handler.service';
import { Observable } from 'rxjs';
import * as i0 from "@angular/core";
export declare class Warp10Service {
private http;
private httpErrorHandler;
private LOG;
private readonly handleError;
constructor(http: HttpClient, httpErrorHandler: HttpErrorHandler);
exec(warpScript: string, url: string): Observable<HttpResponse<string>>;
static ɵfac: i0.ɵɵFactoryDeclaration<Warp10Service, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<Warp10Service>;
}
//# sourceMappingURL=warp10.service.d.ts.map