What is JIT and AOT compilation?

Just-in-Time (JIT), compiles your app in the browser at runtime. Ahead-of-Time (AOT), compiles your app at build time on the server. JIT compilation is the default when you run the ng build (build only) or ng serve (build and serve locally) CLI commands. This is for development.

Sizin İçin Seçtik  How does Flutter compilation work?

Leave a Reply

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