我正在尝试为div制作背景图片。但图像没有显示。这是我的代码。
<div [ngStyle]="{'background-image' : imageresult.pictureUrl}"> some content here! </div>
答案 0 :(得分:0)
尝试此操作,并确保已将您的资源添加到angular-cli.json
中[ngStyle]="{'background-image': 'url(' + imageresult.pictureUrl+ ')'}"