For the versions of angular 17+, the new syntax is like so:
@if(user$ | async; as user) { <h3> {{user.name}} </h3> }