CirclonGroup / angular-tree-component

A simple yet powerful tree component for Angular (>=2)
https://angular2-tree.readme.io/docs
MIT License
1.09k stars 488 forks source link

Module "@circlon/angular-tree-component" has no exported member 'IDTypeDictionary' #955

Open flowbartek93 opened 1 year ago

flowbartek93 commented 1 year ago

In our project there is old import from old version, in @circular I got following error

image

flowbartek93 commented 1 year ago

My fault: It should be : import { ITreeNode } from '@circlon/angular-tree-component/lib/defs/api';