angular-tree-component icon indicating copy to clipboard operation
angular-tree-component copied to clipboard

A simple yet powerful tree component for Angular (>=2)

Results 113 angular-tree-component issues
Sort by recently updated
recently updated
newest added

## PR Checklist Please check if your PR fulfills the following requirements: - [ X ] The commit message follows our guidelines: https://github.com/CirclonGroup/angular-tree-component/blob/master/CONTRIBUTING.md#commit-message-guidelines - [ ] Tests for the changes...

I am using v7.2.0 with angular 5. HTML `` TS ` nodesOfSites = []; options: any = { useCheckbox: true, getChildren: (node: TreeNode) => this.getChildren(node) }; ` When I select...

expandAll() method is very slow with large objects,even if virtual scroll is true.Is there any way do performance improvement with large data.

While I'm upgrade my project with latest angular 12.2 I get this warning ``` Package "@circlon/angular-tree-component" has an incompatible peer dependency to "@angular/common" (requires ">=10.0.0 =10.0.0

### Description In the tree component with the checkboxes enabled, using the keyboard to toggle one or more checkboxes and then navigating away from the tree to another HTML element...

I'm not sure if this is just missing or it can't be done, but it seems like an oversight. I would like to use the checkboxes with the tri-state functionality...

## Minimal reproduction of the bug/regression with instructions: https://stackblitz.com/edit/angular-tree-component-demo?file=src%2Fapp%2Fapp.component.html Click the "update tree nodes" button will see the error, But the tree nodes are updated success. ## Expected behavior: No...

I am new to this and im trying to align the expanded parent nodes horizontally. This would effective change the UI of the tree The best example would be how...

Hi, I have been enjoying using angular-tree-component for my tree inplementation. I havent seen any problems until I tried to expandAll() on my tree. The call to treeModel.expandAll() never returns...

bug
Priority
Performance

Hi, Going through the documentation I could only find toggleActivated() method. This is fine when dealing only with one active node at a time, but when dealing with multiple active...