0 votes
in Angular by
What is JIT in Angular?

1 Answer

0 votes
by

In Angular, JIT stands for Just-in-Time compiler. The JIT compiler provides a dynamic translation or run-time compilation, which provides a way of executing computer code that involves compilation during the execution of a program at run time rather than before execution.

...