Skip to content

Commit

Permalink
Adds selected currency to the navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
gloriousCode committed Dec 7, 2017
1 parent 0b0c5c0 commit 92e8ff7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
1 change: 1 addition & 0 deletions web/src/app/shared/navbar/navbar.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 92e8ff7

Please sign in to comment.