What is the rationale behind having JiT compilation for Angular 2 HTML templates in the browser during run-time?
I know, that Ahead-of-time compilation exist to address this problem, and it improves the start-up performance drastically.
I'm not asking if I should use JiT or AoT compilation.
TypeScript compiler is capable of compiling JSX, does that mean, that someday we are getting the same support for Angular 2 templates as a replacement for @angular/compiler-cli
?