2

I just started using Angular 2 in VSCode. Using the Angular.io “Tour of Heroes” as an example, the built-in HTML linter does not recognize the Angular 2 directives in the HTML tags, such as *ng-if or (click), as you can see in this screen shot:

enter image description here

Is there some setting or extension I am missing? This is valid HTML code in an Angular 2 app and I don’t want a lot of errors for nothing — but I want to use the linter in case I make actual errors elsewhere.