UNPKG

417 BTypeScriptView Raw
1import { XHRBackend, Http, RequestOptions } from "@angular/http";
2import { LocalStorageService } from 'angular-2-local-storage';
3import { LoaderService, HttpIntegrationService } from './index';
4export declare function httpFactory(xhrBackend: XHRBackend, requestOptions: RequestOptions, localStorageService: LocalStorageService, loaderService: LoaderService, httpIntegrationService: HttpIntegrationService): Http;