1.

What is JIT compiler and its types in Angular 6?

Answer»

The JIT ( Just-in-Time) compiler is used to DYNAMICALLY compile applications during CONTINUOUS LOADS. There are three kinds of PROVIDERS in JIT which feeds the input to the compiler on how to translate template texts in a particular language.

They are:
  • TRANSLATIONS: It is a STRING containing the content of the translation file.
  • TRANSLATIONS_FORMAT: It is the format of the file.
  • LOCALE_ID: It is the location of the target language.


Discussion

No Comment Found