Angular - Templates and Data Binding
You want to display a user's full name in Angular using interpolation, but the component only has
firstName and lastName properties. Which template code correctly shows the full name?