@let doesn't support string interpolation using @let var = '{{ variable }}' syntax #61643
Labels
area: language-service
Issues related to Angular's VS Code language service
Milestone
Uh oh!
There was an error while loading. Please reload this page.
Which @angular/* package(s) are the source of the bug?
compiler
Is this a regression?
No
Description
@let template syntax doesn't support standard angular interpolation syntax like @let var = '{{ variable }}'. meanwhile language services highlight these variables inside strings as interpolated.
Please provide a link to a minimal reproduction of the bug
https://stackblitz.com/edit/stackblitz-starters-6wvun8yy?file=src%2Fmain.ts
Please provide the exception or error you saw
Please provide the environment you discovered this bug in (run
ng version
)Anything else?
No response
The text was updated successfully, but these errors were encountered: