I\'ve been playing with Angular 2 Quickstart.
How can I use/import http module in Angular 2?
I\'ve looked at Angular 2 Todo\'s.js, but it doesn\'t use the ht
In version 37 you need to do this:
/// import {Http} from "angular2/http";
And run this tsd command:
tsd install angular2/http