Angular4背景图片

时间:2018-04-26 07:51:21

标签: angular image background-image

我正在尝试为div制作背景图片。但图像没有显示。这是我的代码。

<div [ngStyle]="{'background-image' : imageresult.pictureUrl}"> some content here! </div>

1 个答案:

答案 0 :(得分:0)

尝试此操作,并确保已将您的资源添加到angular-cli.json

[ngStyle]="{'background-image': 'url(' + imageresult.pictureUrl+ ')'}"