Skip to content
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.

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

Open
dimsedane opened this issue Mar 14, 2016 · 0 comments
Open

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

dimsedane opened this issue Mar 14, 2016 · 0 comments

Comments

@dimsedane
Copy link
Contributor

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant