RTL Suggest EditsYou can make the tree right to left easily by supplying an 'rtl' boolean option. Demo Source code for this demo sample.component.html<tree-root [focused]="true" [nodes]="nodes" [options]="options"></tree-root> styles.scssoptions = { rtl: true }; Updated less than a minute ago Table of Contents Demo