Merge remote-tracking branch 'origin/master'

This commit is contained in:
mustafahlvc 2017-10-27 18:22:44 +03:00
commit 93c2eab584

View File

@ -101,6 +101,23 @@
</p>
</div>
<div class="my-48">
<h2>Vertical Navigation Default Folded Status</h2>
<p>
It's possible to change the default folded status of the navigation.
</p>
<p>
Edit the <code>main.component.html</code> file and look for the <code>[folded]</code> attribute on
<code>fuse-navbar-vertical</code> components.
</p>
<p>
Assigning <code>true</code> to that attribute will make the vertical navigation folded by default.
</p>
</div>
<div class="my-48">
<h2>Examples</h2>