我正在使用angular2。
我想使用style="backgroound-image : url("the url from the cloudinary")"
page.html中
<div>
<cl-image public-id = xyz.jpg>
<cl-image>
<div>
答案 0 :(得分:0)
您可以通过网址操作实现此目的,例如:在你的css / scss文件中使用:
background-image: url('path-to-cloudinary-image')
&#13;