RTL
Vuely Angular 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" class="app-main theme-light sidebar sidebar-overlay-dark header-light {{isHeaderFilterClass}} {{isSidebarFilterClass}}" [ngClass] = "{'collapsed-sidebar': coreService.isCheckboxOpen}" [class.side-panel-opened]="coreService.sidebarOpen" [class.side-panel-closed]="!coreService.sidebarOpen">
.....
.....
</div>Last updated