%%{init: {"theme": "base", "themeVariables": {"primaryColor": "#fabd2f", "primaryTextColor": "#282828", "primaryBorderColor": "#b57614", "lineColor": "#7c6f64", "secondaryColor": "#83a598", "tertiaryColor": "#b8bb26", "background": "#fbf1c7", "mainBkg": "#ebdbb2", "fontFamily": "Tahoma, sans-serif"}}}%% flowchart LR subgraph Era1["ยุค Page Load / Browser Era"] A["DOMContentLoadedรอหน้าโหลด"] end subgraph Era2["ยุค Component / Angular Era"] B["ngOnInitเริ่มต้น Component"] C["ngOnChangesรับ Input ใหม่"] end subgraph Era3["ยุค Resource Management / Cleanup Era"] D["ngAfterViewInitView พร้อมใช้"] E["ngOnDestroyคืนทรัพยากร"] end A --> B --> C --> D --> E
%%{init: {"theme": "base", "themeVariables": {"primaryColor": "#fabd2f", "primaryTextColor": "#282828", "primaryBorderColor": "#b57614", "lineColor": "#7c6f64", "secondaryColor": "#83a598", "tertiaryColor": "#b8bb26", "background": "#fbf1c7", "mainBkg": "#ebdbb2", "fontFamily": "Tahoma, sans-serif"}}}%% flowchart TD A["สร้าง ComponentCreate"] --> B["รับ Input ใหม่ngOnChanges"] B --> C["เริ่มต้นครั้งเดียวngOnInit"] C --> D["ตรวจการเปลี่ยนแปลงngDoCheck"] D --> E["View พร้อมใช้งานngAfterViewInit"] E --> F["ทำงานระหว่างใช้งานRuntime"] F --> G["ทำลาย ComponentngOnDestroy"]
วินาทีที่ผ่านไป: {{ seconds }}