Skip to content

"&&" are migrated to "&&" #12

@rafik-gassara

Description

@rafik-gassara

Hello, thanks for this utility !
after running the utility, all && has been migrated to "&&".
example :
before : <mat-error *ngIf=invalid && submitted">...</mat-error>
after : <mat-error *ngIf="invalid &amp;&amp; submitted">...</mat-error>

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