0 votes
in Angular by
What is AOT Compilation?

1 Answer

0 votes
by

Every angular application gets compiled internally. The angular compiler takes javascript code, compiles it and produces javascript code again. Ahead-of-Time Compilation does not happen every time or for every user, as is the case with Just-In-Time (JIT) Compilation. 

Related questions

0 votes
asked Dec 12, 2020 in Angular by SakshiSharma
0 votes
asked Jun 4, 2022 in Angular by sharadyadav1986
...