Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
________ compiler is used when to run "ng build" and ______ compiler is used in "ng build --prod".
Home
Angular Oriana
________ compiler is used when to run "ng build" and ______ compiler is used in "ng build --prod".
+1
vote
asked
Jan 26, 2022
in
Angular Oriana
by
sharadyadav1986
________ 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
ng-build
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 26, 2022
by
sharadyadav1986
Correct Answer is :a) JIT, AOT
JIT compiler is used when to run "ng build" and AOT compiler is used in "ng build --prod".
...