RTL
Gene provides you the ability to make the template display the RTL languages properly. You just need to read the below document carefully and implement the steps given.
<div dir="rtl" id = "main-app" class="app {{isSidebarFilterClass}} {{isHeaderFilterClass}}" [ngClass]="{'app-dark': dark, 'boxed': boxed, 'collapsed-sidebar': collapseSidebar, 'compact-sidebar': compactSidebar, 'customizer-in': customizerIn}" [class.side-panel-opened]="coreService.sidenavOpen" [class.side-panel-closed]="!coreService.sidenavOpen">
.....
.....
</div>Last updated
Was this helpful?