Skip to content

Instantly share code, notes, and snippets.

@lacolaco
Created November 3, 2017 00:06
Show Gist options
  • Save lacolaco/4b5f3f3b6a18c64969594a6a2fc0d5d9 to your computer and use it in GitHub Desktop.
Save lacolaco/4b5f3f3b6a18c64969594a6a2fc0d5d9 to your computer and use it in GitHub Desktop.
<div *ngIf="show; else elseBlock">show === true</div>
<ng-template #elseBlock>show === false</ng-template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment