0
クリック時に背景画像を変更しようとしていますが、構文にエラーが表示されています。間違っていますか?クリック角の背景画像の変更2
[ngStyle]="{ 'background': 'url('../../assets/pngs/btn_answeroption_selected.png') no-repeat'}"
クリック時に背景画像を変更しようとしていますが、構文にエラーが表示されています。間違っていますか?クリック角の背景画像の変更2
[ngStyle]="{ 'background': 'url('../../assets/pngs/btn_answeroption_selected.png') no-repeat'}"
、
<div [ngStyle]="{'background-image': 'url(' + image_url+ ')'}"></div>
を、以下の方法を試してみてください