Last active
September 6, 2019 12:57
-
-
Save CharlieGreenman/a2dc8230530585c3ac8fe7faab228f09 to your computer and use it in GitHub Desktop.
Quirk #1 - Requiring Extra Element to Implement Structural Directive
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="showText"> | |
<p>This is text.</p> | |
<p>This is more text.</p> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment