Answers for "passing dynamic background image in angular html elements"

1

angular dynamic background image

<div [style.background-image]="'url(/img/' + item.img + ')'"
 	[style.width.px]="200" [style.height.px]="150p"></div>
Posted by: Guest on October-24-2020

Code answers related to "passing dynamic background image in angular html elements"

Browse Popular Code Answers by Language