Skip to content

Instantly share code, notes, and snippets.

@NetanelBasal
Created February 25, 2021 10:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NetanelBasal/c607e816b7392eda5990b08321bb381b to your computer and use it in GitHub Desktop.
Save NetanelBasal/c607e816b7392eda5990b08321bb381b to your computer and use it in GitHub Desktop.
<div *ngIf="value === 0; else emptyStateTpl">
...
</div>
<ng-template #emptyStateTpl>
<div class="empty-cell-state"></div>
</ng-template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment