WebStorm: Angular template type checking

Viewed 893

Is there a way in WebStorm to allow TypeScript type checking for Angular component bindings and other expressions?

I just think it would be great if I could set @Input() properties types in component.ts files and editor would warn me if a particular binding type is wrong in a particular template.

2 Answers
Related