|
|
@ -34,7 +34,6 @@ import { NgxSkeletonLoaderModule } from 'ngx-skeleton-loader'; |
|
|
templateUrl: './portfolio-performance.component.html' |
|
|
templateUrl: './portfolio-performance.component.html' |
|
|
}) |
|
|
}) |
|
|
export class GfPortfolioPerformanceComponent implements OnChanges { |
|
|
export class GfPortfolioPerformanceComponent implements OnChanges { |
|
|
@Input() deviceType: string; |
|
|
|
|
|
@Input() errors: ResponseError['errors']; |
|
|
@Input() errors: ResponseError['errors']; |
|
|
@Input() isLoading: boolean; |
|
|
@Input() isLoading: boolean; |
|
|
@Input() locale = getLocale(); |
|
|
@Input() locale = getLocale(); |
|
|
|