AngularShowcase / angular2-sample-app

Sample application built with Angular 2
MIT License
114 stars 132 forks source link

Missing custom.http.d.ts #1

Closed jneveux closed 9 years ago

jneveux commented 9 years ago

Hi,

I tried to build the application, and it looks like custom.http.d.ts is missing:

.../angular2-demo-app2/typings/tsd.d.ts(3,1): error TS6053: File '.../angular2-demo-app2/typings/custom.http.d.ts' not found.

Regards,

Jean

ludohenin commented 9 years ago

@jneveux thanks for pointing it, tsd.d.ts file is out-of-date actually. this is not required anymore. Will update that one.