π οΈTheme Configuration
Menu/Layout Customize Options
export class GradientConfig {
static layout = 'vertical'; // vertical, horizontal
static subLayout = ''; // horizontal-2
static isCollapse_menu = false; // true
static layoutType = 'menu-light'; // menu-dark, menu-light, dark
static header_back_color = 'header-blue'; // header-blue, header-red, header-purple, header-info, header-dark, header-orange
static isRtlLayout = false; // true
static nav_fixed_layout = true; // false
static header_fixed_layout = true; // false
static isBoxLayout = false; // true
static i18n = 'en'; // en, fr, ro, cn
}
export const DASHBOARD_PATH = 'dashboard/analytics';
export const DOCS_LINK = 'https://codedthemes.gitbook.io/gradient-able-angular';Last updated