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

For example, The current Treemodel is like ![image](https://user-images.githubusercontent.com/35065303/45599568-77ac7e80-ba0b-11e8-8215-544c0509a689.png) But my requirement is like ![image](https://user-images.githubusercontent.com/35065303/45599576-96ab1080-ba0b-11e8-8ce5-e665e71579b3.png) I know it's not the right to ask this question but I don't where to ask.(Sorry...

I need to be able to disable the user's ability to move files/folders, while allowing the user to right light and see a custom context menu so they can add...

Because the Root element Did not have Treecontroller, It is not possible to select it by using "getControllerByNodeId()", and then It is not possible to use "addChild" for root node....

bug

Now I don't want moving node, how can i do

Dear ng2-tree community, I don't get it. I investigated the demos published in [](https://valor-software.com/ng2-tree/index.html) . I want to have the behaviour that I can select any node (checkbox selection) without...

Since the Angular 6 switch rxjs6, please consider upgrade this package to support rxjs 6 as well.

Hello there, the app is working alright except for one issue, which I'll describe at the end cause it ain't the question. I want to disable the drag & drop...

I have a tree with configuration: ``` { value: 'parent', childOf: null, showForm: false, emitLoadNextLevel: false, id: 'parent_1', class: 'myClass', children: [{ value: 'A', childOf: 'parent', showForm: false, emitLoadNextLevel: false,...

```js nodeRenamed(event: NodeRenamedEvent): void { if(!someValidationNotPassed(event.newValue)) { const oopNodeController = this.treeComponent.getControllerByNodeId(event.node.id); oopNodeController.startRenaming() } ``` When you try to use startRenamig() method on some node that was renamed in nodeRenemed event...