我尝试将 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
但它不能动态改变样式值。