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.

Main.component.html
<div dir="rtl">

</div>

Last updated