0

我定义了一个组件“test-component-wrapper”,其中 viewencapsulation 设置为 none。它的模板只有一个

<ng-content></ng-content>> 

我还用这个模板定义了一个“测试组件项”

<div>Some text</div>

在故事书中,我尝试使用此模板创建故事

<test-component-wrapper>
 <test-component-item class="testClass">
 </test-component-item>
</test-component-wrapper>

但它不起作用...... dom 没有被渲染。如果我在没有课的情况下添加这个故事,它会起作用。我直接在 Angular 项目中尝试过,并添加了类。我该如何解决?

4

0 回答 0