Skip to content

Instantly share code, notes, and snippets.

@CharlieGreenman
Last active September 6, 2019 12:57
Show Gist options
  • Save CharlieGreenman/a2dc8230530585c3ac8fe7faab228f09 to your computer and use it in GitHub Desktop.
Save CharlieGreenman/a2dc8230530585c3ac8fe7faab228f09 to your computer and use it in GitHub Desktop.
Quirk #1 - Requiring Extra Element to Implement Structural Directive
<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