-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@let template variable not supported #78
Comments
Its the same for me.
This version may not include support for I do not know whether the dependency could safely be updated without breaking for users depending on older versions of angular. At the time of #54, it looks like the minimum supported version may have been 13, while it might be 15 now. As a possible workaround, I tried moving node_modules, angular.json, tsconfig.json, ... from the project folder to the solution folder. This appears to have the effect of utilizing the project specific angular version:
It would also recognize But I believe this may not be viable for everyone who relies on nested folders for organizing solution sources. |
(As a different workaround I tried installing typescript 5.6 and @angular/language-server 19.0.3 in the extension's folder. This also appears to have the intended effect.) |
So how do we install typescript 5.6 and @angular/language-server 19.0.3 to the extension folder? I see there is a node_modules directory, but there is no package.json so I don't see how npm will work. |
What I did was download the most recent |
Using the newer @let template variable functionality gives an error in Visual Studio of: Unrecognized block @let variablename
Additionally, the template variable is not recognized by intellisense.
The text was updated successfully, but these errors were encountered: