mirror of https://github.com/ghostfolio/ghostfolio
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
658 B
23 lines
658 B
<div class="position-relative">
|
|
<div class="align-items-center d-flex flex-row" [hidden]="!fearAndGreedIndex">
|
|
<div class="h2 mb-0 mr-2">{{ fearAndGreedIndexEmoji }}</div>
|
|
<div>
|
|
<div class="h4 mb-0">
|
|
<span class="mr-2">{{ fearAndGreedIndexText }}</span>
|
|
<small class="text-muted"
|
|
><strong>{{ fearAndGreedIndex }}</strong
|
|
>/100</small
|
|
>
|
|
</div>
|
|
<small class="d-block" i18n>Current Market Mood</small>
|
|
</div>
|
|
</div>
|
|
<ngx-skeleton-loader
|
|
*ngIf="!fearAndGreedIndex"
|
|
animation="pulse"
|
|
class="position-absolute w-100"
|
|
[theme]="{
|
|
height: '100%'
|
|
}"
|
|
/>
|
|
</div>
|
|
|