Show async object from API. The ? syntax means optional, Angular will only show the object property once the object property is defined
<h1>{{ user?.email }}</h1>