作者:乐橙味_367 | 来源:互联网 | 2022-11-30 12:23
我想创建一个可重用的表组件,它使用primeNg来呈现ui.我创建了一个table.component.html
与.ts
该.现在我想为表格(th
)和表格body(body
)呈现内容.
为此,我正在编写th
和tbody
实现作为表的内容并尝试table.component.html
使用它来呈现它
.但表格没有显示.
我尝试直接添加th
并显示表格.不应该做同样的事情因为内容有相同的HTML?tbody
table.component.html
ng-content
以下是带有示例的代码段链接.table.component.html
在共享目录下检查.而app.component.html
对于初始启动.注释该ng-content
行并取消注释其余行table.component.html
,您应该看到该表.
https://stackblitz.com/edit/angular-playground-kwudxn?file=app%2Fshared%2Ftable%2Ftable.component.html