Pranam Bhat
How the compiler works in Angular?

How the compiler works in Angular? Especially, Anguar 13+ and AOT.

By Pranam Bhat in Angular on Sep 14 2022
  • Harshal Limaye
    Jan, 2023 9

    Google as actually posted a detailed article on their official blog about Angular compiler.

    https://blog.angular.io/how-the-angular-compiler-works-42111f9d2549

    • 0
  • Priti Patil
    Sep, 2022 14

    Compiler can be JIT or AOT.
    The AOT(ahead-of-time) compiler converts Angular HTML and TypeScript code into JavaScript code during the build process. Compiling application during the build process provides a faster rendering in the browser.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS