mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 23:16:45 +00:00
Adds selected currency to the navbar
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
<a mat-button class="docs-button" routerLink="/" aria-label="Angular Material">
|
||||
<span>GoCryptoTrader</span>
|
||||
</a>
|
||||
<app-selected-currency></app-selected-currency>
|
||||
<div class="flex-spacer"></div>
|
||||
<theme-picker></theme-picker>
|
||||
</mat-toolbar>
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
<p>
|
||||
selected-currency works!
|
||||
</p>
|
||||
<button mat-button>POLONIEX: BTC_USD </button>
|
||||
<button mat-icon-button>
|
||||
<mat-icon>
|
||||
view_list
|
||||
</mat-icon>
|
||||
</button>
|
||||
<button mat-icon-button>
|
||||
<mat-icon>
|
||||
view_stream
|
||||
</mat-icon>
|
||||
</button>
|
||||
Reference in New Issue
Block a user