我读过
NgStyle Documentation For Angular2.对我来说有点困惑.关于如何使用NgStyle与条件(if … else)来设置任何元素的背景图像的任何想法?
在ngStyle绑定中使用三元运算符将用作if / else条件.
原文链接:https://www.f2er.com/angularjs/143944.html<div [ngStyle]="{'background-image': 'url(' + value ? image : otherImage + ')'}"></div>