Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

add webComponent specific attribute to Attribute Order #239

Closed
rbalet opened this issue Nov 28, 2019 · 3 comments
Closed

add webComponent specific attribute to Attribute Order #239

rbalet opened this issue Nov 28, 2019 · 3 comments

Comments

@rbalet
Copy link

rbalet commented Nov 28, 2019

I think the following should be added to the Attribute Order since webcomponent are more and more used. (I'm working with angular, but would make sense for any other framework)

    <custom-component
      [type]="myType"
      [ngSwitch]="condition"
      (myEvent)="onMyEvent()"
      *ngIf="enabled"
    ></custom-component>

I would put those after the data-* one ('data-.+', 'ng-.+', '[.+', '(.+', '*ng+',)

@mdo
Copy link
Owner

mdo commented Apr 10, 2022

Closing as duplicate-ish of #259.

@mdo mdo closed this as completed Apr 10, 2022
@rbalet
Copy link
Author

rbalet commented Apr 10, 2022

Closing as duplicate-ish of #239.

@mdo
May have you put the wrong duplicate link '^^

@mdo
Copy link
Owner

mdo commented Apr 10, 2022

Updated! Sorry :)

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants