|
@ -21,6 +21,8 @@ import { takeUntil } from 'rxjs/operators'; |
|
|
export class HomeMarketComponent implements OnDestroy, OnInit { |
|
|
export class HomeMarketComponent implements OnDestroy, OnInit { |
|
|
public benchmarks: Benchmark[]; |
|
|
public benchmarks: Benchmark[]; |
|
|
public fearAndGreedIndex: number; |
|
|
public fearAndGreedIndex: number; |
|
|
|
|
|
public fearLabel = $localize`Fear`; |
|
|
|
|
|
public greedLabel = $localize`Greed`; |
|
|
public hasPermissionToAccessFearAndGreedIndex: boolean; |
|
|
public hasPermissionToAccessFearAndGreedIndex: boolean; |
|
|
public historicalData: HistoricalDataItem[]; |
|
|
public historicalData: HistoricalDataItem[]; |
|
|
public info: InfoItem; |
|
|
public info: InfoItem; |
|
|