Currently I\'m setting the image background using inline-style.
>
Thanks to Harsha Sampath. I did:
[style.backgroundImage]="'url('+urlToImage+')'"
works in Angular 8, urlToImage is a string property of component, resolved at runtime.
The other settings of background are fixed in css:
background-repeat: no-repeat;
background-position:center center;
background-size: 100% 100%;