Hi,
I have a question, how can I change dynamically the css files to rtl when I change the language
while the project is running and change it back to ltr once I change the language back
Hi Mihyar,
Current approach, the SCSS file is loaded as hardcoded in the /src/styles.scss. We cant add
"if" conditions to it. At the moment, there is no way for the lazy load SCSS file.
You can check here for the lazy load style. Lazy load CSS can make the style load with the "if" condition.
https://juristr.com/blog/2019/08/dynamically-load-css-angular-cli/
Thanks