【发布时间】:2016-07-26 18:31:56
【问题描述】:
我尝试将 ngStyle 绑定到 ng-content,它不起作用,请参见下面的示例:
<ng-content select="panel-one" [ngStyle]="{'width':size+'px'}"></ng-content>
我在网上搜索只找到以下解决方案,
::content >>> panel-one {width:50px}
=>来自https://plnkr.co/edit/T5CoP5qmd4nzIPAFjLNQ?p=preview
但它不能动态改变样式值。
【问题讨论】:
标签: angular ng-style angular2-ngcontent