logo
Angular - Quiz(MCQ)
What advantage does AOT give your app with regard to compilation?
A)
Precompiles when the code is served, instead of in the browser
B)
Precompiles at build time, instead of in the browser
C)
Tree shakes all unused code when the app is served
D)
Compiles in the browser

Correct Answer :   Precompiles at build time, instead of in the browser