Angular - Templates and Data Binding
You want to bind the
value property of an <input> element to a component variable userName. Which is the correct way to update the input's value dynamically when userName changes?