Adds selected currency to the navbar

This commit is contained in:
GloriousCode
2017-12-07 21:18:34 +11:00
parent 0b0c5c0a33
commit 92e8ff790b
2 changed files with 12 additions and 3 deletions

View File

@@ -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>

View File

@@ -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>