RTL
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
};
Updated less than a minute ago
Did this page help you?