UNPKG

angular2

Version:

Angular 2 - a web framework for modern web apps

9 lines (8 loc) 207 B
// TODO: vsavkin rename it into TemplateLoader /** * An interface for retrieving documents by URL that the compiler uses * to load templates. */ export class XHR { get(url) { return null; } }