| 10 | } from '../../providers/rate/rate'; |
| 11 | |
| 12 | export interface Card { |
| 13 | unitCode: string; |
| 14 | historicalRates: any; |
| 15 | currentPrice: number; |
| 16 | totalBalanceChange: number; |
| 17 | totalBalanceChangeAmount: number; |
| 18 | backgroundColor: string; |
| 19 | gradientBackgroundColor: string; |
| 20 | name: string; |
| 21 | } |
| 22 | |
| 23 | @Component({ |
| 24 | selector: 'exchange-rates', |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…