Skip to content

Instantly share code, notes, and snippets.

@munkacsitomi
Created October 25, 2018 17:42
Show Gist options
  • Save munkacsitomi/712ae2c5e428246622d43817e54d80bf to your computer and use it in GitHub Desktop.
Save munkacsitomi/712ae2c5e428246622d43817e54d80bf to your computer and use it in GitHub Desktop.
<div [ngClass]="{
'is-active': condition,
'is-inactive': !condition,
'is-focused': condition && anotherCondition,
}">
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment