UNPKG

@angular/http

Version:
12 lines (11 loc) 229 B
/** * A backend for http that uses the `XMLHttpRequest` browser API. * * Take care not to evaluate this in non-browser contexts. * * @experimental */ export declare class BrowserXhr { constructor(); build(): any; }