Skip to content

Allow @listen decorator to target this (your custom element). #59

Open
@aarondrabeck

Description

example,

@listen('size-changed', this);

currently produces typescript error,

[ts] 'this' implicitly has type 'any' because it does not have a type annotation.

Temporary workaround set: "noImplicitThis": false

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions