Skip to content

Attributes with periods not supported #6

@trevorade

Description

@trevorade

Angular supports the following:

<div [class.light]="this.booleanProperty" another-really-long-attribute-to-force-wrapping="this.yoYo"></div>

HTfloML formats this as:

<div
    [class
    light]="this.booleanProperty"
    another-really-long-attribute-to-force-wrapping="this.yoYo"
></div>

Without the long attribute, it gets rendered as:

<div [class light]="this.booleanProperty"></div>

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