Angular - Templates and Data Binding
You want to create a form with two inputs bound to
firstName and lastName properties. How do you update a fullName property automatically when either input changes using [(ngModel)]?