Embryo
  • Introduction
  • Folder Structure
  • Embryo-angular
    • Installation
    • Translate App
    • Add/Delete Component
    • Custom Widgets
    • Style Customization
    • Routing/Navigation
    • Rtl
    • Credits
  • Embryo ReactJS
    • Installation
    • Translate The App
    • Adding New Widgets
    • Style Customization
    • Instant Search With Algolia
    • Credits
  • Embryo Vuejs
  • FAQ's (Frequently Asked Questions)
  • Changelog
  • Customer Support
Powered by GitBook
On this page
  1. Embryo-angular

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>
PreviousRouting/NavigationNextCredits

Last updated 6 years ago