Skip to content

Missing support for a new Angular control flow syntax #34

@Pucek9

Description

@Pucek9

It looks like modern Angular-based applications are not able to use the new syntax together with this tool

     2 | @let notLoading = !loading;
         ^ Hardcoded text node
     3 | @if (notLoading) {
         ^ Hardcoded text node (continued)
   644 | } @else {
         ^ Hardcoded <my-selector> tag

https://angular.dev/api/core/@let
https://angular.dev/api/core/@defer
https://angular.dev/api/core/@if
https://angular.dev/api/core/@for
https://angular.dev/api/core/@switch

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