error TS7006: Parameter 'data' implicitly has an 'any' type.
Opened this issue · 0 comments
dimsedane commented
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.