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

Hello, it is a very nice plugin. I've tried o make experience with Demo. By the way the tree is not updated after moving or adding item within the tree....

in my case there are only two parents and they don't have child . what i want to do is make parent A the child of parent B but when...

bug

Because I can not move an item that is at the same level as a folder, just moving up the folder, I have to put it in, that is, if...

The behaviour when drop a node to another one is not in any cases the same. Sometimes the dropping node get's incorporated and sometimes not. Here a short capture of...

Added observable fix

In the Tree model Settings, if static is set to 'true', the right menu of node cannot be accessed. Is there any solution, to not let node item draggable but...

public tree: TreeModel = { value: 'Programming languages by programming paradigm', id: 0, children: [ { value: 'Object-oriented programming', id: 1, children: [ {value: 'Java', id: 2}, {value: 'C++', id:...

Updating the unicode character for the collapsed tree node, as the 25BA should be used. This unicode character displays the same symbol in mobile safari as well as on desktop...

Can't bind to 'tree' since it isn't a known property of 'tree'. (" ][tree]="tree"> "): TreeViewComponent@1:10 'tree' is not a known element: _Originally posted by @ghost in https://github.com/valor-software/ng2-tree/issues/13#issuecomment-259887947_