Guides
Guides

You can make the tree right to left easily by supplying an 'rtl' boolean option.
Example:

<tree-root [focused]="true" [nodes]="nodes" [options]="options"></tree-root>
options = { rtl: true };

Did this page help you?