Concept Flow - Performance impact of change detection
User Event or Async Data
Trigger Change Detection
Angular Checks Components
Evaluate Component Bindings
Update DOM if Needed
Render Updated View
Wait for Next Event
This flow shows how Angular runs change detection after events or data changes, checking components and updating the view, which affects performance.