diff --git a/src/data/roadmaps/angular/content/aot-compilation@MwtM1UAIfj4FJ-Y4CKDsP.md b/src/data/roadmaps/angular/content/aot-compilation@MwtM1UAIfj4FJ-Y4CKDsP.md index 82c08eade..fa7d6fe5d 100644 --- a/src/data/roadmaps/angular/content/aot-compilation@MwtM1UAIfj4FJ-Y4CKDsP.md +++ b/src/data/roadmaps/angular/content/aot-compilation@MwtM1UAIfj4FJ-Y4CKDsP.md @@ -1 +1,9 @@ -# AoT Compilation \ No newline at end of file +# AoT Compilation + +Angular applications require a compilation process before they can run in a browser. The Angular ahead-of-time (AOT) compiler converts your Angular HTML and TypeScript code into efficient JavaScript code during the build phase before the browser downloads and runs that code. Compiling your application during the build process provides a faster rendering in the browser. + +Visit the following resources to learn to more: + +- [@official@Ahead-of-time (AOT) compilation](https://angular.dev/tools/cli/aot-compiler) +- [@opensource@Angular Compiler Output](https://github.com/JeanMeche/angular-compiler-output) +- [@article@Understanding Angular's ahead of time compliation](https://blog.nashtechglobal.com/understanding-angulars-ahead-of-time-aot-compilation/)