Concept Flow - Signal-based components
Create signal with initial value
Component reads signal value
User triggers event or effect
Signal value updates
Angular detects signal change
Component re-renders with new value
UI updates automatically
This flow shows how Angular signals hold state, update on events, and trigger automatic component re-rendering.