Concept Flow - ngModel for form binding
User types in input field
ngModel updates component variable
Component variable changes
Input field reflects updated variable
Two-way binding keeps input and variable in sync
This flow shows how ngModel binds an input field and a component variable so they update each other automatically.