Skip to content

Instantly share code, notes, and snippets.

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