yajra
yajra

Reputation: 1365

Cannot find external module 'angular2/http'

I used the latest angular.d.ts v2.0.0-alpha.31 and angular.dev.js v31. when i execute the tsc or compile my typescript code it says "Cannot find external module 'angular2/http'"

Upvotes: 3

Views: 2502

Answers (1)

Ariful Islam
Ariful Islam

Reputation: 970

The http module separated from angular.dev.js. Its in the http.dev.js now.

Upvotes: 10

Related Questions