Angular - Templates and Data Binding
Given the component property
user = null;, what will be the output of this Angular template snippet?{{ user?.name || 'Guest' }}