Concept Flow - FormControl basics
Create FormControl instance
Set initial value
Bind FormControl to input element
User types in input
FormControl updates value & validity
Component reads FormControl value & status
This flow shows how a FormControl is created, bound to an input, updated by user input, and how the component reads its current value and validation status.