+1 vote
in Angular Oriana by
________ compiler is used when to run "ng build" and ______ compiler is used in "ng build --prod".

Select the correct answer from below options:

a) JIT, AOT

b) JIT, JIT

c) AOT, JIT

d) AOT, AOT

1 Answer

0 votes
by

Correct Answer is :a) JIT, AOT

JIT compiler is used when to run "ng build" and AOT compiler is used in "ng build --prod".
...