0
// component parent - template
<div class="parent">
<ng-content></ng-content>
</div>
// somewhere in the code
<parent>
<label>Some Text</label>
</parent>
ラベルの色を設定する親コンポーネントのスタイルと同じですか?カスケーディングスタイルがangular4 +
.parent label
color: red