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
just run:
npm install --save @angular/http
and then import via
import {HttpModule} from '@angular/http'