gpt4 book ai didi

angular - Kendo Angular Tabstrip 包装器

转载 作者:行者123 更新时间:2023-12-05 07:30:50 25 4
gpt4 key购买 nike

我想包装剑道标签条,将所有标签放在一个地方,每当我想更改标签组件时,只需更改一个地方。考虑到这一点,我开始包装剑道标签条,但它不起作用。在这一点上我真的很困惑。这是我的代码:
自定义标签条.html

<kendo-tabstrip>
<ng-content></ng-content>
</kendo-tabstrip>

自定义标签组件.html:

<kendo-tabstrip-tab [title]="title" [selected]="selected">
<ng-template kendoTabContent>
<ng-content></ng-content>
</ng-template>
</kendo-tabstrip-tab>

其中 title 和 selected 是该组件中的输入。
最后我按如下方式使用这些组件:

<app-custom-tab-strip>
<app-custom-tab [title]="'title'" [selected]="true">
test
</app-custom-tab>
</app-custom-tab-strip>

谁能帮我找出我代码的问题?

最佳答案

您必须为标题和选定属性使用 @Input() 和 @output() Emitter,因为当父组件调用子组件时,您必须为此传递 2 个值,因为它将设置运行时间。

关于angular - Kendo Angular Tabstrip 包装器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52076852/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com