It's worth noting that in Angular 18+ you can now use the @let syntax to get a reference to your data.
<div> @let myItem = myItem$ | async; <span>{{ myItem.title }} </div>