Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save TheVishnuKumar/269691a2cbbc8516e17e479b2566f8ef to your computer and use it in GitHub Desktop.
Save TheVishnuKumar/269691a2cbbc8516e17e479b2566f8ef to your computer and use it in GitHub Desktop.
<!--This will render if isTrue = true-->
<template if:true={showTom}>
True Part
</template>
<!--This will render if isFalse = false-->
<template if:false={showTom}>
False Part
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment