| description | Layout Variants |
|---|
{% hint style="info" %}
You can edit this file at [ ../src/app/app-config.ts ]
{% endhint %}
{% tabs %} {% tab title="Default / Vertical" %}
- layout:
vertical - subLayout: ' '
- collapseMenu:
false - layoutType:
menu-dark - headerBackColor:
default-header - navBrandColor:
brand-default - rtlLayout:
false - navFixedLayout:
true - headerFixedLayout:
true - boxLayout:
false{% endtab %}
{% tab title="Horizontal" %}
- layout:
horizontal - navFixedLayout:
false - headerFixedLayout:
false{% endtab %}
{% tab title="Light Layout" %}
- layout:
vertical/horizontal - layoutType:
menu-light - headerBackColor:
header-default{% endtab %}
{% tab title="Dark Layout" %}
- layout:
vertical/horizontal - layoutType:
dark - headerBackColor:
header-dark{% endtab %} {% endtabs %}
{% tabs %} {% tab title="Static Layout" %}
- layout:
vertical - navFixedLayout:
false - headerFixedLayout:
false{% endtab %}
{% tab title="Fixed Layout" %}
- layout:
vertical - navFixedLayout:
true - headerFixedLayout:
true{% endtab %}
{% tab title="Nav Fixed" %}
- layout:
vertical - navFixedLayout:
true - headerFixedLayout:
false{% endtab %}
{% tab title="Collapsed Menu" %}
- layout:
vertical - collapseMenu:
true{% endtab %}
{% tab title="RTL Layout" %}
- layout:
vertical - rtlLayout:
true{% endtab %}
{% tab title="Box Layout" %}
- layout:
vertical - headerFixedLayout:
false - boxLayout:
true{% endtab %} {% endtabs %}
{% tabs %} {% tab title="Horizontal-2" %}
- layout:
horizontal - subLayout:
horizontal-2 - navFixedLayout:
false - headerFixedLayout:
false{% endtab %}
{% tab title="Horizontal RTL" %}
- layout:
horizontal - subLayout:
horizontal-2 - navFixedLayout:
false - headerFixedLayout:
false - rtlLayout:
true{% endtab %} {% endtabs %}