Angular
Angular AOT ⌛️ (Ahead-of-Time) Compilation
Before the browser can render the application, it must be converted to executable JavaScript by the Angular compiler. You can compile the app in the browser, at runtime, as the application loads, using the just-in-time (JIT) compiler. Or you can use the ahead-of-time (AOT) compiler that can catch template errors