ERROR in node_modules/@circlon/angular-tree-component/lib/models/tree.model.d.ts:7:22 - error
我正在尝试使用@circlon/angular-tree-component带有复选框的树视图中的菜单。并抛出类似的错误......
NG6002:出现在 AppModule 的 NgModule.imports 中,但无法解析为 NgModule 类。
This likely means that the library (@circlon/angular-tree-component) which declares TreeModel has not been processed correctly
by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.
7 export declare class TreeModel implements ITreeModel, OnDestroy {
如何解决这个...?谢谢。