Skip to content

Instantly share code, notes, and snippets.

@CharlieGreenman
Created September 6, 2019 12:53
Show Gist options
  • Save CharlieGreenman/266862069ce877bf94817670b4cccefb to your computer and use it in GitHub Desktop.
Save CharlieGreenman/266862069ce877bf94817670b4cccefb to your computer and use it in GitHub Desktop.
Quirk #2 - Inability to apply more than two structural directives on the same element
<ul>
<li *ngFor="let box of boxes" *ngIf="box.item === 'food'">{{ box.name
}}</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment