For optimal performance and faster initial page loads, Angular recommends using ______ compilation.

  • Ahead-of-Time (AOT)
  • Dynamic
  • Just-in-Time (JIT)
  • On-Demand
Angular recommends using Ahead-of-Time (AOT) compilation for optimal performance. AOT compiles Angular templates at build time, resulting in smaller bundle sizes and faster initial page loads because there's no need to compile templates in the browser.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *