export class XHR
export class XHR
exported from angular2/compiler defined in angular2/src/compiler/xhr.ts (line 1)
An interface for retrieving documents by URL that the compiler uses to load templates.
Members
get(url: string) : Promise<string>
get(url: string) : Promise<string>
Not Yet Documented