Able Pro
Angular
Angular
  • ✨Introduction
  • 🚀Quick Installation
  • 📂Directory Structure
  • 📄Page Structure
  • 🛠️Theme Configuration
  • 🎨Theme Layout
  • 📦Dependencies
  • 🎭Theme Structure
  • 📚How to
    • Dashboard as First Page
    • Login as First Page
    • Remove Authentication
    • Guard Children Routes
    • 🚫Remove Role Base Authentication
    • Role Base Authentication
  • 📅Changelog
  • 🆘Support
Powered by GitBook
On this page
  • Main Layouts
  • Theme Layouts

Theme Layout

Layout Variants

You can edit this file at [ ../src/app/app-config.ts ]

Main Layouts

  • layout: vertical

  • isDarkMode: light

  • isRtlLayout: false

  • isBox_container: false

  • theme_color: blue-theme

  • theme_contrast: false

  • menu_caption: false

  • i18n: en

  • layout: vertical

  • isDarkMode: dark

  • isRtlLayout: false

  • isBox_container: false

  • theme_color: blue-theme

  • theme_contrast: false

  • menu_caption: false

  • i18n: en

Theme Layouts

  • layout: vertical

  • layout: horizontal

  • isRtlLayout: false

  • layout: Compact

  • layout: vertical / Compact

  • isRtlLayout: true

PreviousTheme ConfigurationNextDependencies

Last updated 9 months ago

🎨