-
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
Signal input error highlighting #73
Comments
Please work on this! It makes working with input signals very painful. |
I spent a lot of time trying to resolve errors when I converted my project to input signals, went through documentation multiple times and realised that this was a angular service problem... please correct this |
The report unfortunately doesn't state the error message in question. Using current extension version, which utilizes angular language service version 17.0.0, it appears to be
The language service version bundled with the extension might not support signal inputs, which would explain the issue. When trying with an updated angular language service (19.0.3), the error message I am no longer getting this message.
which I believe is to be expected and which would disappear after either changing the declaration of sgnInput to I would assume your issue could be resolved/worked around by
|
Hello
Binding with signal input (Angular 17) is reported as error with highlighting.
<app-test [classicInput]="myString" [sgnInput]="myString" />
The text was updated successfully, but these errors were encountered: