2
tools/public_api_guard/http/index.d.ts
vendored
2
tools/public_api_guard/http/index.d.ts
vendored
@ -59,12 +59,14 @@ export declare class Http {
|
||||
request(url: string | Request, options?: RequestOptionsArgs): Observable<Response>;
|
||||
}
|
||||
|
||||
/** @deprecated */
|
||||
export declare const HTTP_BINDINGS: any[];
|
||||
|
||||
export declare const HTTP_PROVIDERS: any[];
|
||||
|
||||
export declare function httpFactory(xhrBackend: XHRBackend, requestOptions: RequestOptions): Http;
|
||||
|
||||
/** @deprecated */
|
||||
export declare const JSON_BINDINGS: any[];
|
||||
|
||||
export declare class Jsonp extends Http {
|
||||
|
Reference in New Issue
Block a user