Angular - Templates and Data Binding
You have a nested object
data = { user: { profile: null } }. How can you safely display the city property inside profile in the template without errors?