Last active
October 20, 2021 11:37
-
-
Save gparlakov/31e801f780946e71147edbfba1190b8b to your computer and use it in GitHub Desktop.
IfFeatureFlag: support for else case
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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