0 votes
in Angular by
What is AOT (Ahead-Of-Time) Compilation?

1 Answer

0 votes
by

Each Angular app gets compiled internally. The Angular compiler takes in the JS code, compiles it and then produces some JS code. This happens only once per occasion per user. It is known as AOT (Ahead-Of-Time) compilation.

Related questions

0 votes
asked Dec 12, 2020 in Angular by SakshiSharma
0 votes
asked Jul 15, 2023 in Angular by john ganales
...