fuse-navigation
is a custom built Fuse component allows you to create a multi-level collapsable
navigation.
<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.
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.