ทำ Angular Template ให้เป็น Async ด้วย Async Pipe
วิธีแก้ไขคือ แทนที่จะรับเป็น Object ก็เปลี่ยนเป็น Observable แทน แล้วให้ตัว subscribe คือ template
จะได้เหมือนดังรูปล่าง
วิธีแก้ไขคือ แทนที่จะรับเป็น Object ก็เปลี่ยนเป็น Observable แทน แล้วให้ตัว subscribe คือ template
จะได้เหมือนดังรูปล่าง
วิธีแก้คือ ก็ส่งกลับไป index.html นั้นแหละ
ส่งกลับไปด้วย mod_rewrite
สร้าง .htaccess ใน root directory แล้วก็แปะโค้ดนี้
RewriteEngine On
RewriteBase /
RewriteRule . index.html [L]
Just-in-Time (JIT) คือ compiler จะ compiles app ตอน runtime
เป็นค่า default ตั้งแต่ angular 2 ถึง 8 Ahead-of-Time (AOT) คือ compiler จะ compiles app ตอน build time.
เป็นค่า default ตั้งแต่ angular 9