From a8f4d32a50de40a7791583d6b0421e5d8b9ec022 Mon Sep 17 00:00:00 2001 From: "J. Degand" <70610011+jdegand@users.noreply.github.com> Date: Wed, 31 Jul 2024 05:08:02 -0400 Subject: [PATCH] docs: add aot content angular (#6294) --- .../content/aot-compilation@MwtM1UAIfj4FJ-Y4CKDsP.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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/)