UNPKG

angular2

Version:

Angular 2 - a web framework for modern web apps

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