|
|
@ -22,9 +22,7 @@ |
|
|
@for (holding of holdings(); track holding.assetProfile.name) { |
|
|
@for (holding of holdings(); track holding.assetProfile.name) { |
|
|
<mat-option [value]="holding"> |
|
|
<mat-option [value]="holding"> |
|
|
<div class="line-height-1 text-truncate"> |
|
|
<div class="line-height-1 text-truncate"> |
|
|
<span |
|
|
<span>{{ holding.assetProfile.name }}</span> |
|
|
><b>{{ holding.assetProfile.name }}</b></span |
|
|
|
|
|
> |
|
|
|
|
|
<br /> |
|
|
<br /> |
|
|
<small class="text-muted" |
|
|
<small class="text-muted" |
|
|
>{{ holding.assetProfile.symbol }} · |
|
|
>{{ holding.assetProfile.symbol }} · |
|
|
|