mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-12 00:22:35 +01:00
Updates
This commit is contained in:
parent
d70c1f3bf5
commit
43257a6081
8 changed files with 59 additions and 40 deletions
|
|
@ -52,8 +52,8 @@
|
|||
<h1>Sidebar</h1>
|
||||
<div class="subHeader"></div><p>The sidebar provides a convenient way to navigate the application.
|
||||
Only one sidebar is supported per angular application.
|
||||
This means that sidebar is basically a singleton object.</p>
|
||||
<p>Sidebar can be added to the page using the <code>BaSidebar</code> component:</p>
|
||||
This means that the sidebar is basically a singleton object.</p>
|
||||
<p>The Sidebar can be added to the page using the <code>BaSidebar</code> component:</p>
|
||||
<pre><code class="lang-html"><span class="tag"><<span class="name">ba-sidebar</span>></span><span class="tag"></<span class="name">ba-sidebar</span>></span>
|
||||
</code></pre>
|
||||
<p>The sidebar contains a <code><ba-menu></ba-menu></code> component which defines and renders the application menu based on routes provided. Generally the <code>ba-menu</code> component can be used separately from <code>ba-sidebar</code>.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue