Skip to content

Instantly share code, notes, and snippets.

@umairhm
Last active July 25, 2020 04:11
Show Gist options
  • Save umairhm/cfb58d607a3fb200385e888cf8bf9b5f to your computer and use it in GitHub Desktop.
Save umairhm/cfb58d607a3fb200385e888cf8bf9b5f to your computer and use it in GitHub Desktop.
<!-- 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