Skip to content

Option to ignore angular "prefixes" #25

@SebastianStehle

Description

@SebastianStehle

Hi,

we can write angular inputs now as simple attributes, e.g.

<app-user canDelete="true">

instead of

<app-user [canDelete]="true">

But because of the sorting attributes that belong together (just by name) are separated apart. Therefore it would be great to have an option to just ingore the "Prefixes" like [, (, *

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions