我一直在使用jhipster gen一个Web应用程序,需要在组件中显示一棵树, 根据{{3}}的文档 在main.component.html和main.component.ts中将其添加为OK, 但是在home.component.html和home.component.ts中添加相同的代码,则会呈现空节点。
答案 0 :(得分:0)
在home.modules.ts中添加以下行 从'angular-tree-component'导入{TreeModule}; 然后导入TreeModule,就可以了。