Guides

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

Demo

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