Reactive-Extensions / rx.angular.js

AngularJS Bindings for RxJS
Other
827 stars 89 forks source link

error TS7006: Parameter 'data' implicitly has an 'any' type. #138

Open dimsedane opened 8 years ago

dimsedane commented 8 years ago

When using the typescript definitions along with the compiler option "noimplicietany", the typescript compiler will produce the following error:

bower_components/rx-angular/ts/rx.angular.d.ts(23,68): error TS7006: Parameter 'data' implicitly has an 'any' type.

This is easily fixed by making the any type explicit, as it is in #137

Event better would be the actual type, but I am not familiar with what that type would be.