Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ganqqwerty/6510366b6e68924175c5a8d361984595 to your computer and use it in GitHub Desktop.
Save ganqqwerty/6510366b6e68924175c5a8d361984595 to your computer and use it in GitHub Desktop.
<ng-container *ngIf="
{
obs1: obs1$ | async,
obs2: obs2$ | async,
obs3: obs3$ | async
} as observables">
<!-- already expanded observable!-->
{{observables.obs1}}
</ng-container>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment