DEV Community

Discussion on: What are AOT & JIT Compiler in Angular ?

Collapse
 
shrutigudhka profile image
Shruti Gudhka

So what will be the difference between ng build --aot and ng build --prod?

Collapse
 
devcat profile image
testerchrister

--aot uses as an option for ng serve or ng build (non-prod env)