Answers for "how to define width with [styles] in percentage in angular"

0

how to define width with [styles] in percentage in angular

<p [style.width.%]="30">
Posted by: Guest on October-14-2021
0

how to define width with [styles] in percentage in angular

30rem => [style.width.rem]="30"
30px => [style.width.px]="30"
30% => [style.width.%]="30"
Posted by: Guest on October-14-2021

Code answers related to "how to define width with [styles] in percentage in angular"

Code answers related to "Javascript"

Browse Popular Code Answers by Language