UNPKG

angular2

Version:

Angular 2 - a web framework for modern web apps

6 lines (5 loc) 173 B
import { Promise } from 'angular2/src/facade/promise'; import { XHR } from './xhr'; export declare class XHRImpl extends XHR { get(url: string): Promise<string>; }