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

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

@dimsedane

Description

@dimsedane

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions