jit Property

We know that @Component decorator functions take object, and this object contains a lot of properties. So in this article we will learn about jit properties which is Inherited from Directive decorator .

If true, the AOT compiler will ignore this directive / component and will therefore always be compiled using JIT.

jit: true

This exists to support Ivy's future work and currently has no effect.