I have the same problem as this PrimeNG forum post.
Basically the TreeTable component correctly reads the tree but the
<p-treeTableToggler [rowNode]="rowNode"></p-treeTableToggler>
isn't somehow supported which is the arrow to expand the rows
'p-treeTableToggler' is not a known element:
- If 'p-treeTableToggler' is an Angular component, then verify that it is part of this module.
- If 'p-treeTableToggler' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
I'm really confused how it is working on the PrimeNG showcase but not for me and a couple people that post in the PrimeNG forum.