Browse Source

Remove unnecessary class

pull/5490/head
Raj Gupta 2 months ago
parent
commit
96886c0a75
  1. 2
      apps/client/src/app/components/account-detail-dialog/account-detail-dialog.component.ts
  2. 1
      apps/client/src/app/components/investment-chart/investment-chart.component.ts
  3. 2
      apps/client/src/app/pages/portfolio/analysis/analysis-page.component.ts

2
apps/client/src/app/components/account-detail-dialog/account-detail-dialog.component.ts

@ -2,7 +2,6 @@ import { CreateAccountBalanceDto } from '@ghostfolio/api/app/account-balance/cre
import { Activity } from '@ghostfolio/api/app/order/interfaces/activities.interface';
import { GfDialogFooterComponent } from '@ghostfolio/client/components/dialog-footer/dialog-footer.component';
import { GfDialogHeaderComponent } from '@ghostfolio/client/components/dialog-header/dialog-header.component';
import { GfInvestmentChartComponent } from '@ghostfolio/client/components/investment-chart/investment-chart.component';
import { DataService } from '@ghostfolio/client/services/data.service';
import { UserService } from '@ghostfolio/client/services/user/user.service';
import { NUMERICAL_PRECISION_THRESHOLD_6_FIGURES } from '@ghostfolio/common/config';
@ -64,7 +63,6 @@ import { AccountDetailDialogParams } from './interfaces/interfaces';
GfDialogFooterComponent,
GfDialogHeaderComponent,
GfHoldingsTableComponent,
GfInvestmentChartComponent,
GfValueComponent,
IonIcon,
MatButtonModule,

1
apps/client/src/app/components/investment-chart/investment-chart.component.ts

@ -309,4 +309,3 @@ export class InvestmentChartComponent implements OnChanges, OnDestroy {
}
}
export class GfInvestmentChartComponent {}

2
apps/client/src/app/pages/portfolio/analysis/analysis-page.component.ts

@ -1,5 +1,4 @@
import { GfBenchmarkComparatorComponent } from '@ghostfolio/client/components/benchmark-comparator/benchmark-comparator.component';
import { GfInvestmentChartComponent } from '@ghostfolio/client/components/investment-chart/investment-chart.component';
import { DataService } from '@ghostfolio/client/services/data.service';
import { ImpersonationStorageService } from '@ghostfolio/client/services/impersonation-storage.service';
import { UserService } from '@ghostfolio/client/services/user/user.service';
@ -47,7 +46,6 @@ import { takeUntil } from 'rxjs/operators';
@Component({
imports: [
GfBenchmarkComparatorComponent,
GfInvestmentChartComponent,
GfPremiumIndicatorComponent,
GfToggleComponent,
GfValueComponent,

Loading…
Cancel
Save