Last active
July 25, 2020 05:36
-
-
Save umairhm/2778cc4be0a4e4d077dbaf98426f7120 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
<!-- This will work if we have [style.padding.px] --> | |
<css-pixel-coercion [padding]="10"></css-pixel-coercion> | |
<!-- This will work if we have [style.padding] --> | |
<css-pixel-coercion [padding]="'10px'"></css-pixel-coercion> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment