Which code snippet correctly implements two-way binding and updates the property when the user changes the selection?
hard📝 Application Q15 of 15
Angular - Templates and Data Binding
You want to bind a select dropdown to a component property selectedColor using ngModel. Which code snippet correctly implements two-way binding and updates the property when the user changes the selection?