Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

angular build aot vs jit

Just-in-Time (JIT), compiles your app in the browser at runtime.
Ahead-of-Time (AOT), compiles your app at build time on the server.

ng build --prod  --> JIT
ng build --aot 	 --> AOT
 
PREVIOUS NEXT
Tagged: #angular #build #aot #jit
ADD COMMENT
Topic
Name
2+7 =