Answers for "angular ngStyle dynamic width"

1

ngStyle

[ngStyle]="{'background-image': 'url(' + data.headerImage + ')'}"
Posted by: Guest on January-06-2021
0

ngstyle

content_copy
      
      <some-element [ngStyle]="{'max-width.px': widthExp}">...</some-element>
Posted by: Guest on October-26-2020

Browse Popular Code Answers by Language