Reputation: 1365
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
Reputation: 970
The http module separated from angular.dev.js. Its in the http.dev.js now.
Upvotes: 10