Published
- 1 min read
angular dynamic background image
The solution for this is noted below
angular dynamic background image
Solution
<div
[style.background-image]="'url(/img/' + item.img + ')'"
[style.width.px]="200"
[style.height.px]="150p"
></div>
Try other methods by searching on the site. That is if this doesn’t work