UNPKG

angular2

Version:

Angular 2 - a web framework for modern web apps

5 lines (4 loc) 125 B
import { Promise } from 'angular2/src/facade/async'; export declare class XHR { get(url: string): Promise<string>; }