I have an observable producing Users that have an isLoading property, such that this yields the expected result:
Users
isLoading
{{ (user$ | async)
You can use async pipe in html tag like in example below, just don't forget safe operator:
Login