I'm still not able to understand the jit compiler in angular, from many sources they mentioned Just-in-Time (JIT), compiles your app in the browser at runtime. Which means from typescript to javascript conversion happening in browser ?? What exactly happening during JIT compilation .