Layouts
Vuely Angular comes with two handcrafted layouts. Read the documentation carefully to use the following layouts in your template.
Last updated
Vuely Angular comes with two handcrafted layouts. Read the documentation carefully to use the following layouts in your template.
Last updated
Vuely Angular by default has traditional admin layout but also provides you flexibility to choose your own.
To enable mini sidebar layout, go tosrc->app->Layouts->VerticalLayout
and open VerticalLayout.component.html
file, Now search for the collapsed-sidebar class at div <div [dir]="layout"
& change its value to true.
To enable the dark mode in the template, go tosrc->app->Layouts->VerticalLayout
and open VerticalLayout.component.html
file & search for the theme-light
class at div <div [dir]="layout"
Now Replace the "theme-light"
class with "theme-dark"
class. Like mention below :