showing results for - "angular build aot vs jit"
Loris
24 Feb 2016
1Just-in-Time (JIT), compiles your app in the browser at runtime.
2Ahead-of-Time (AOT), compiles your app at build time on the server.
3
4ng build --prod  --> JIT
5ng build --aot 	 --> AOT