Skip to content

Instantly share code, notes, and snippets.

@ganqqwerty
Created November 1, 2019 15:35
Show Gist options
  • Save ganqqwerty/766efb2ee8b7bc0e9ef8c3234c564fe2 to your computer and use it in GitHub Desktop.
Save ganqqwerty/766efb2ee8b7bc0e9ef8c3234c564fe2 to your computer and use it in GitHub Desktop.
<ng-container *ngIf="isCompetenceCatalogEditor$ | async">
<ng-container *ngIf="offers$ | async as offers">
<ng-container *ngIf="products$ | async as products">
<!--something here-->
</ng-container>
</ng-container>
</ng-container>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment