Tuesday, November 27, 2018

JIT is not AOT.

The compiler in Angular that is not the ahead-of-time compiler that is gonna slurp your component templates into what is compiled or squawked at if uncompilable is the just-in-time compiler. The just-in-time compiler is the default way to do things.

No comments:

Post a Comment