UNPKG

angular2

Version:

Angular 2 - a web framework for modern web apps

8 lines (7 loc) 176 B
/** * An interface for retrieving documents by URL that the compiler uses * to load templates. */ export declare class XHR { get(url: string): Promise<string>; }