Datta Angular
v4.1.0
v4.1.0
  • ✨Introduction
  • 🌐Quick Installation
  • 📂Directory Structure
  • 📄Page Structure
  • 🛠️Theme Configuration
  • 🎨Theme Layouts
  • ✏️How to
    • Dashboard as First Page
    • Remove Authentication
    • Remove Role Base Authentication
    • Guard Children Routes
    • Role-Based Authentication
  • 📦Dependencies
  • 🆘Support
  • 📅Changelog
Powered by GitBook
On this page
  • Main Layouts
  • Vertical Layouts

Theme Layouts

Layout Variants

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

Main Layouts

  • layout: vertical

  • isCollapseMenu: false

  • layout_type: menu-light

  • headerBackColor: header-default

  • isRtlLayout: false

  • isBoxlayout: false

  • isNavFixedLayout: true

  • navBackColor: navbar-default

  • navBackImage: false

  • navActiveListColor: active-default

  • layout: horizontal

  • isRtlLayout: False

  • layout: vertical/horizontal

  • layout_type: dark

  • headerBackColor: header-dark

  • navBackColor: navbar-default

Vertical Layouts

  • layout: vertical

  • layout: vertical

  • isCollapseMenu: true

  • layout: vertical

  • isRtlLayout: true

PreviousTheme ConfigurationNextHow to

Last updated 1 day ago

🎨