Angly
  • Angly - Angular 8 Multipurpose Template
  • Introduction
  • Getting Started
  • Start Building
  • Style Customization
  • Rtl Layout
  • Routing/Navigation
  • Third Party Modules
  • Code Customizing
    • Home page
    • Page Template
  • Still problem ?
  • Changelog
Powered by GitBook
On this page

Rtl Layout

RTL Layout is the new addition in angly. Which will help to display the rtl languages properly. To enable rtl: Simply go to index.html and add 'rtl-enable' class on the body tag. Whole site will show

PreviousStyle CustomizationNextRouting/Navigation

Last updated 6 years ago

Slick Slider Rtl

To enable slick slider rtl you have to go the src >> app >> widgets footerlogolist and open footerlogolistComponent.ts file and add rtl option in it as following screenshot

and now add attribute dir="rtl" as shown in screenshot

It will enable the rtl layput of slick slider.