Angular - Templates and Data Binding
How can you bind a nested property, such as
user.profile.pictureUrl, to an <img> tag's src attribute safely to avoid errors if profile is undefined?