RTL
Right-to-Left (RTL)
Overview
Drift Angular provides a seprate configured template for RTL support. skeleton-rtl
Generate RTL CSS
To generate RTL css run the command to install Gulp dependencies.
Compile the scss by running the following command:
RTL attributes
Open the Angular index.html file from src/index.html
. Add the RTL attributes to the HTML tag.
Link RTL Css
Open the Angular index.html file from src/index.html
. link the RTL css before head tag close </head>
Last updated