The examples given by the angular team only show how to inject Http for typescript.
https://angular.io/docs/js/latest/api/http/Http-class.html
What's the JS equivalent of this:
import {Http, HTTP_PROVIDERS} from 'angular2/http';
and this:
constructor(http: Http) { }