mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-27 23:16:51 +00:00
Adds a sidebar component
This commit is contained in:
8
web/src/app/shared/sidebar/sidebar.component.html
Normal file
8
web/src/app/shared/sidebar/sidebar.component.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<md-sidenav #sidenav mode="side" opened="true">
|
||||
<button md-mini-fab class="example-fab" (click)="sidenav.toggle()">
|
||||
<md-icon>add</md-icon>
|
||||
</button>
|
||||
<div class="example-scrolling-content">
|
||||
The
|
||||
</div>
|
||||
</md-sidenav>
|
||||
Reference in New Issue
Block a user