fuse-navigation
is a custom built Fuse component allows you to create a multi-level collapsable
navigation. It has built-in support for translations using ngx-translate module.
<fuse-navigation></fuse-navigation>
uses a service and a model file to populate
the entire navigation. It supports three different navigation items; Subheader,
Collapsable and Item. These items can be mixed and matched to create unique and complex
navigation layouts.
Navigation model can be found in src/app/navigation
folder along with its translation
files. Navigation model and its translation files are set in app.component.ts file. Check that
file for more detailed usage example.
It's possible to change the default folded status of the navigation.
Edit the main.component.html
file and look for the [folded]
attribute on
fuse-navbar-vertical
components.
Assigning true
to that attribute will make the vertical navigation folded by default.