Skip to content

Instantly share code, notes, and snippets.

@DenisCangemi
Last active January 24, 2021 23:37
Show Gist options
  • Save DenisCangemi/ea50d40b085d814e33aa68179e0b8d4a to your computer and use it in GitHub Desktop.
Save DenisCangemi/ea50d40b085d814e33aa68179e0b8d4a to your computer and use it in GitHub Desktop.
<div>
<p [ngStyle]="{'color':product.unit === 0 ? 'red' : 'green' }">{{product.name}}</p>
</<div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment