Hacker News new | ask | show | jobs
by drieddust 3225 days ago
How come? Angular is Typescipt first so typing guarantees are builin.
1 comments

Not in templates.
You need to use the Angular Language Service extension for vs code, it works perfectly giving you full type completion and error checking in templates https://github.com/angular/vscode-ng-language-service
Thanks for sharing this.