UNPKG

angular2

Version:

Angular 2 - a web framework for modern web apps

8 lines (6 loc) 132 B
import {Promise} from 'angular2/src/facade/async'; export class XHR { get(url: string): Promise<string> { return null; } }