what does means "?" in the following code:
<span [style.text-decoration]="lineThrough">
{{prefix}} {{hero?.name}}
</span>
I don't understand the "?" in {{hero?.name}}. This code is in documentation of Angular: https://angular.io/guide/template-syntax#custom-events-with-eventemitter
Thanks