|
|
@ -12,10 +12,11 @@ |
|
|
<div> |
|
|
<div> |
|
|
<div class="h4 mb-0"> |
|
|
<div class="h4 mb-0"> |
|
|
<span class="mr-2">{{ fearAndGreedIndexText() }}</span> |
|
|
<span class="mr-2">{{ fearAndGreedIndexText() }}</span> |
|
|
|
|
|
@let value = fearAndGreedIndex() | number: '1.0-0'; |
|
|
<small class="text-muted" |
|
|
<small class="text-muted" |
|
|
><strong>{{ |
|
|
><span [class.font-weight-bold]="value">{{ |
|
|
(fearAndGreedIndex() | number: '1.0-0') ?? placeholder |
|
|
value ?? placeholder |
|
|
}}</strong |
|
|
}}</span |
|
|
>/100</small |
|
|
>/100</small |
|
|
> |
|
|
> |
|
|
</div> |
|
|
</div> |
|
|
|