Y
Hacker News
new
|
ask
|
show
|
jobs
by
drieddust
3225 days ago
How come? Angular is Typescipt first so typing guarantees are builin.
1 comments
erokar
3225 days ago
Not in templates.
link
swellsy
3225 days ago
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
link
drieddust
3224 days ago
Thanks for sharing this.
link