Concept Flow - Two-way binding in forms
User types in input field
Input event triggers
Angular updates component variable
Component variable changes
Angular updates input field value
↩Back to User types
User input updates the component variable, and changes in the variable update the input field, creating a loop.