What is AOT compilation in Angular 8?
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Please Disable the AdBlocker to Continue to the site.
AOT (Ahead of Time) compilation is a process in Angular 8 where the templates and components of an Angular application are compiled into JavaScript during the build process. This improves performance by reducing the amount of work the browser has to do.