Skip to content

no-input-rename rule should allow aliasing dashed properties #663

@mertdeg2

Description

@mertdeg2

Specifically, something like this should be allowed:

@Input('aria-label') ariaLabel: string;

In above, we can't have a variable called aria-label. TS code wouldn't compile, and JS engine would complain invalid left hand side assignment.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions