The Angular just-in-time (JIT) compiler converts your Angular HTML and TypeScript code into efficient JavaScript code at run time,
JIT compilation is the default (as opposed to AOT compilation) when you run Angular's ng build and ng serve CLI commands,
and is a good choice during development.