Can't find external module 'angular2 / http'

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

+3


source to share


1 answer


The http module is decoupled from angular.dev.js. It is now in http.dev.js.



+10


source







All Articles