What is the point of creating a JiT compilation for Angular 2 HTML templates in the browser at runtime?
I know that Forward, compilation exists to solve this problem, and it improves startup performance significantly.
I am not asking if I should use JiT or AoT compilation.
The TypeScript compiler is able to compile JSX , does this mean that someday we will get the same support for Angular 2 templates as a replacement for @angular/compiler-cli?
source
share