Angular 1 is a sophisticated HTML compiler that generates code at runtime. New versions of Angular have this option too: they can generate the code at runtime, or Just-in-time (JIT). In this case, the compilation happens while the application is being bootstrapped. But they also have another option: they can run the compiler as part of application's build, or Ahead-of-time (AOT).




















































