RTL layout
Kava also provides you rtl layout. Which will help to display the rtl languages properly.
Go to src>app>Main and open Main.component.html and replace this attribute
[dir]="isRtl"
to dir="rtl"
that's it, now check your template in rtl layout.
Last updated
Was this helpful?