Created
July 25, 2020 05:56
-
-
Save umairhm/b99afdef99a2e830302a7535a7e1f8a9 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 gets converted as 10px --> | |
<css-pixel-coercion [padding]="10"></css-pixel-coercion> | |
<!-- The following strings get bound as-is --> | |
<!-- The component users can pass in values with other units as well --> | |
<css-pixel-coercion [padding]="'10px'"></css-pixel-coercion> | |
<css-pixel-coercion [padding]="'1em'"></css-pixel-coercion> | |
<css-pixel-coercion [padding]="'1rem'"></css-pixel-coercion> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment