UNPKG

angular2

Version:

Angular 2 - a web framework for modern web apps

5 lines (4 loc) 137 B
import { XHR } from 'angular2/src/compiler/xhr'; export declare class XHRImpl extends XHR { get(url: string): Promise<string>; }