Skip to content

Instantly share code, notes, and snippets.

@gparlakov
Last active October 20, 2021 11:37
Show Gist options
  • Save gparlakov/31e801f780946e71147edbfba1190b8b to your computer and use it in GitHub Desktop.
Save gparlakov/31e801f780946e71147edbfba1190b8b to your computer and use it in GitHub Desktop.
IfFeatureFlag: support for else case
<div *ifFeature="'myNewFeatureFlagOn'; else dontShowMyFeature">My new feature (beta)</div>
<ng-template #dontShowMyFeature>Coming soon...</ng-template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment