in Angular by
Q:
What is the reason for using the AOT compiler in Angular?

1 Answer

0 votes
by

An Angular application is made of several components and their HTML templates. Because of these Angular components and templates, the browsers are not able to understand them directly. So, Angular applications require a compilation process before they run in a browser. That's why AOT compilers are required.

Related questions

0 votes
0 votes
asked Sep 21, 2020 in Angular by JackTerrance
0 votes
asked Jan 6, 2020 in Angular by sharadyadav1986
0 votes
asked Mar 2, 2020 in ECMAScript by rajeshsharma
0 votes
asked Feb 15, 2020 in Angular by matthenary
...