Raj Gupta
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
2 deletions
-
apps/client/src/app/components/investment-chart/investment-chart.component.ts
|
|
|
@ -48,7 +48,6 @@ import { isAfter } from 'date-fns'; |
|
|
|
changeDetection: ChangeDetectionStrategy.OnPush, |
|
|
|
templateUrl: './investment-chart.component.html', |
|
|
|
styleUrls: ['./investment-chart.component.scss'], |
|
|
|
standalone: true, |
|
|
|
imports: [CommonModule, NgxSkeletonLoaderModule] |
|
|
|
}) |
|
|
|
export class InvestmentChartComponent implements OnChanges, OnDestroy { |
|
|
|
@ -310,4 +309,4 @@ export class InvestmentChartComponent implements OnChanges, OnDestroy { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
export class GfInvestmentChartComponent {} |
|
|
|
export class GfInvestmentChartComponent {} |
|
|
|
|