We are building an application in Angular 2 and TypeScript. We try to statically check types where it is possible. Is there any way to check types in templates? Consider the fol
If you are using visual studio code, you could try out the language service extension. Its still under heavy development, and you could consider it in beta. But when I would definitely say that it have made me more productive. Not only its type checking, but also cmd + clicking components to go to their source.
If I am not mistaken, this project will eventually be merged to vscode it self when its somewhat stable as its in vscode's best interest to keep angular developers productive.
You can rest assured about the extension's support because it's being worked on by the angular team. For more information checkout this readme
Edit: sublime text and webstorm support this too.