0 votes
in Angular by (23.1k points)
What is AOT Compilation?

1 Answer

0 votes
by (30.8k points)

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. 

Click here to read more about Angular JS
Click here to read more about Insurance

Related questions

+1 vote
asked Jan 15, 2020 in Angular by rahuljain1 (6.0k points)
0 votes
0 votes
asked Jun 5, 2022 in Angular by Robindeniel (19.8k points)
0 votes
asked Jun 4, 2022 in Angular by sharadyadav1986 (30.4k points)
+1 vote
asked Jul 5, 2021 in Angular by sharadyadav1986 (30.4k points)
...