我正在尝试<ng-content>使用内联css 进行样式,但似乎样式不适用于ng-content,我还需要为样式做些其他事情?
<ng-content>
<ng-content class="red"></ng-content> <p class="red">hello</p>
这里的班级红色工作,p但不是
p
Working Example
angular
angular ×1