Created
November 3, 2017 00:06
-
-
Save lacolaco/4b5f3f3b6a18c64969594a6a2fc0d5d9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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