0 / 60 seg.

What is an alternative way to write this markup to bind the value of the class field userName to the h1 element title property?

<h1 [title]="userName">Current user is {{ userName }}</h1>