Last active
July 25, 2020 04:11
-
-
Save umairhm/cfb58d607a3fb200385e888cf8bf9b5f to your computer and use it in GitHub Desktop.
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
<!-- Bound with class properties --> | |
<boolean-coercion | |
[flagOne]="booleanTrue" | |
[flagTwo]="booleanFalse" | |
> | |
</boolean-coercion> | |
<!-- Bound with strings expressions --> | |
<boolean-coercion | |
[flagOne]="'true'" | |
[flagTwo]="'false'" | |
> | |
</boolean-coercion> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment