Angular - Template-Driven Forms
You have component properties
firstName and lastName bound to two input fields using ngModel. How can you ensure a fullName property updates automatically whenever either input changes?