Reputation: 327
VSCode doesn't warn/underline the invalid/not existing references in the html template like this below
<div class="header" color="primary" (click)="doSomething9999()"> <!-- click handler doesnt exist -->
I have tslint, eslint plugin installed, but they don't warn me about this kind of issue.
Which settings can help me?
Thanks in advance.
Csaba
(I searched in the Google but somehow I could not focus on an exact solution)
Upvotes: 2
Views: 401
Reputation: 327
so I tried some plugin and the 'Angular Language Service' - Editor services for Angular templates could help me
Upvotes: 1