Rtl
Rtl will help to display the rtl languages properly. To enable rtl: Simply go to Main.component.html file and add 'dir ="rtl"' on the top of the div. Whole site will reflect as rtl.
<div dir="rtl">
</div>
Last updated
Rtl will help to display the rtl languages properly. To enable rtl: Simply go to Main.component.html file and add 'dir ="rtl"' on the top of the div. Whole site will reflect as rtl.
<div dir="rtl">
</div>
Last updated