Angular JIT และ AOT ต่างกันอย่างไร?
Just-in-Time (JIT) คือ compiler จะ compiles app ตอน runtime
เป็นค่า default ตั้งแต่ angular 2 ถึง 8 Ahead-of-Time (AOT) คือ compiler จะ compiles app ตอน build time.
เป็นค่า default ตั้งแต่ angular 9
Just-in-Time (JIT) คือ compiler จะ compiles app ตอน runtime
เป็นค่า default ตั้งแต่ angular 2 ถึง 8 Ahead-of-Time (AOT) คือ compiler จะ compiles app ตอน build time.
เป็นค่า default ตั้งแต่ angular 9