Created
September 6, 2019 12:31
-
-
Save CharlieGreenman/14c9f2260109a6ca02bfd7285762e0aa 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="someVariable"> | |
<p>The show goes on.</p> | |
<p>and on and on and on.</p> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment