From 24d9a86501b3bc62d6a1873c350f492842f45ccd Mon Sep 17 00:00:00 2001 From: Chau Tran Date: Thu, 4 Jan 2024 19:17:40 -0600 Subject: [PATCH] feat(vite-plugin-angular): support let with getters (#838) --- apps/ng-app/src/app/another-one.ng | 18 +++ apps/ng-app/src/app/app.component.ng | 4 +- apps/ng-app/src/app/hello.ts | 15 +++ .../authoring/__snapshots__/ng.spec.ts.snap | 11 +- .../src/lib/authoring/ng.spec.ts | 7 + .../src/lib/authoring/ng.ts | 120 ++++++++++++------ 6 files changed, 134 insertions(+), 41 deletions(-) create mode 100644 apps/ng-app/src/app/hello.ts diff --git a/apps/ng-app/src/app/another-one.ng b/apps/ng-app/src/app/another-one.ng index 4a20b183c..9f0c5d28b 100644 --- a/apps/ng-app/src/app/another-one.ng +++ b/apps/ng-app/src/app/another-one.ng @@ -1,6 +1,17 @@ @@ -18,6 +24,7 @@ const [a, b, , c = 4] = [1, 2, 3];

{ a }

{ b }

{ c }

+

{{ test }}