Sanket Thotange
Results
2
comments of
Sanket Thotange
@webcat12345 - I see a PR as a great addition to this amazing library. Can you please fast-track this?
> The error is reported in: > > ```ts > // projects/angular-tree-component/src/lib/models/tree-node.model.ts 70:45 > get isRoot(): boolean { return this.parent.data.virtual; } > ``` > > Modify to: > > ```ts...