Skip to content

Instantly share code, notes, and snippets.

View dennishn's full-sized avatar

Dennis Haulund Nielsen dennishn

View GitHub Profile
@dennishn
dennishn / atthHttp.ts
Last active March 30, 2017 09:06 — forked from fildidi/atthHttp.ts
import {Injectable, Inject} from '@angular/core';
import {
Http,
Headers,
Response,
BrowserXhr,
RequestOptions,
RequestOptionsArgs,
RequestMethod,
Request