import { HttpService } from './http.service'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; /** * Loads file data from the passed url location * @export * @class LoaderService * @implements {OnDestroy} */ export declare class LoaderService { private httpService; constructor(httpService: HttpService); /** * Loads file data from the passed url location * @param {string} url * @return {Observable} * @memberof LoaderService */ loadFile(url: string): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }