I couldn't find any documentation related to this, so here it is. I have this usage of async pipe in a template:
<component [aliases]="(users$ | async).profile.aliases$ | async"/>
Is aliases$
subscription correctly unsubscribed when users$
emits? And what if there is an *ngIf
on the wrapping element?