Hi !
Can you please share procedure to convert Metronic 8 Angular into RTL.
I tried to follow these steps
https://preview.keenthemes.com/metronic8/demo1/documentation/getting-started/rtl.html
But it didn't help
1. Do I need to convert every scss file into RTL ? (Scss is dived into multiple files (around 50), how to get RTL version for every file?)
2. How will I get RTL scss files?
3. Left Side Bar Menu should also move to Right Side in RTL ,
Hi Hany,
At the moment, RTL for Angular does not officially available yet. We will consider adding it in future updates.
But as a workaround, you can do this.
Copy RTL CSS file from the HTML version from/metronic_v8.0.x/html/theme/demo1/dist/assets/css/style.bundle.rtl.css
to the Angular folder demo1/src/assets/sass/
Open the Angular file demo1/src/styles.scss, replace the scss file path with
@import "./assets/sass/style.bundle.rtl.css";
<html direction="rtl" dir="rtl" >