UNPKG

angular2

Version:

Angular 2 - a web framework for modern web apps

9 lines (7 loc) 223 B
import {Injectable} from 'angular2/core'; // Make sure not to evaluate this in a non-browser environment! @Injectable() export class BrowserXhr { constructor() {} build(): any { return <any>(new XMLHttpRequest()); } }