angular-tree-component
angular-tree-component copied to clipboard
A simple yet powerful tree component for Angular (>=2)
## Minimal reproduction of the bug/regression with instructions: ``` actionMapping: IActionMapping = { mouse: { contextMenu: (tree, node, evt) => { evt.preventDefault(); this.onContextMenu(node); }, dblClick: (tree, node, evt) => {...
Hello, I am following the angular-tree-component/guide more specifically where it explains how to expand nodes on init (https://circlongroup.github.io/angular-tree-component/guides/expanding) I am trying to open a specific (mocked at the moment) node...
I updated Angular 13 And I have an English and Hebrew display system I don't see that I'm in Hebrew the node names I tried to research a lot I...