Skip to content

Instantly share code, notes, and snippets.

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