UNPKG

angular2

Version:

Angular 2 - a web framework for modern web apps

7 lines (5 loc) 173 B
import {Promise} from 'angular2/src/facade/async'; // TODO: vsavkin rename it into TemplateLoader export class XHR { get(url: string): Promise<string> { return null; } }