ng2-tree icon indicating copy to clipboard operation
ng2-tree copied to clipboard

Angular tree component

Results 103 ng2-tree issues
Sort by recently updated
recently updated
newest added

i need to change the value of node based on its boolean value. I dont see anything in api where i can operate on the node value itself. please help

Is there a way to switch the event that triggers the menu from the right click to be the left click?

I have been having trouble adding custom css and custom classes to the value container of the node. This PR allows people to add custom classes to each node through...

Hello, I try to implement an Expand/Collapse-All function in a dynamic tree. The functions are looking like this: `public expandAll(): void { //Initial Root const nodeController = this.treeComponent.getController(); //Do to...

I'm a beginner at Angular, how to change nodes edit mode without context menu?

Not sure if this is a bug, but `LoadNextLevelEvent` seems to be missing from `index.ts`. At the moment, there's no way we can import `LoadNextLevelEvent` from the package.

Is there any way to copy selected nodes or the whole tree and paste the copied contents into another tree while keeping the same structure?

When going to the test site on edge (https://valor-software.com/ng2-tree/index.html) the arrows have a blue background. See gif ![blue-arrow](https://user-images.githubusercontent.com/5325963/41375522-99eb2d9a-6f13-11e8-8d5a-453cdaf74427.gif)

one: two: export const treeSettings: Ng2TreeSettings = { rootIsVisible: false, showCheckboxes: false, enableCheckboxes: false }; I want two second issue: When unchecked in the second level menu, always debugger, I...

question