Created
November 3, 2017 00:02
-
-
Save lacolaco/38b3c8e5e74accba111b2716b07b20b7 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; then thenBlock">ignored</div> | |
<ng-template #thenBlock>show === true</ng-template> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment