From 474e700c55c94e0e544db8af0d61b0f42471264d Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Fri, 3 Feb 2023 20:22:24 +0100 Subject: [PATCH] Clean up --- .../src/app/components/accounts-table/accounts-table.module.ts | 2 -- .../components/admin-market-data/admin-market-data.module.ts | 2 +- ...-profile-dialog.module.ts => asset-profile-dialog.module.ts} | 0 apps/client/src/app/pages/account/account-page.module.ts | 2 -- libs/ui/src/lib/holdings-table/holdings-table.module.ts | 2 -- 5 files changed, 1 insertion(+), 7 deletions(-) rename apps/client/src/app/components/admin-market-data/asset-profile-dialog/{assset-profile-dialog.module.ts => asset-profile-dialog.module.ts} (100%) diff --git a/apps/client/src/app/components/accounts-table/accounts-table.module.ts b/apps/client/src/app/components/accounts-table/accounts-table.module.ts index 0d5bc3f21..cf66c6205 100644 --- a/apps/client/src/app/components/accounts-table/accounts-table.module.ts +++ b/apps/client/src/app/components/accounts-table/accounts-table.module.ts @@ -1,7 +1,6 @@ import { CommonModule } from '@angular/common'; import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core'; import { MatLegacyButtonModule as MatButtonModule } from '@angular/material/legacy-button'; -import { MatLegacyInputModule as MatInputModule } from '@angular/material/legacy-input'; import { MatLegacyMenuModule as MatMenuModule } from '@angular/material/legacy-menu'; import { MatLegacyTableModule as MatTableModule } from '@angular/material/legacy-table'; import { MatSortModule } from '@angular/material/sort'; @@ -20,7 +19,6 @@ import { AccountsTableComponent } from './accounts-table.component'; GfSymbolIconModule, GfValueModule, MatButtonModule, - MatInputModule, MatMenuModule, MatSortModule, MatTableModule, diff --git a/apps/client/src/app/components/admin-market-data/admin-market-data.module.ts b/apps/client/src/app/components/admin-market-data/admin-market-data.module.ts index 787080e49..eb1a99830 100644 --- a/apps/client/src/app/components/admin-market-data/admin-market-data.module.ts +++ b/apps/client/src/app/components/admin-market-data/admin-market-data.module.ts @@ -7,7 +7,7 @@ import { MatSortModule } from '@angular/material/sort'; import { GfActivitiesFilterModule } from '@ghostfolio/ui/activities-filter/activities-filter.module'; import { AdminMarketDataComponent } from './admin-market-data.component'; -import { GfAssetProfileDialogModule } from './asset-profile-dialog/assset-profile-dialog.module'; +import { GfAssetProfileDialogModule } from './asset-profile-dialog/asset-profile-dialog.module'; @NgModule({ declarations: [AdminMarketDataComponent], diff --git a/apps/client/src/app/components/admin-market-data/asset-profile-dialog/assset-profile-dialog.module.ts b/apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.module.ts similarity index 100% rename from apps/client/src/app/components/admin-market-data/asset-profile-dialog/assset-profile-dialog.module.ts rename to apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.module.ts diff --git a/apps/client/src/app/pages/account/account-page.module.ts b/apps/client/src/app/pages/account/account-page.module.ts index 7748dfb45..1cf362c1d 100644 --- a/apps/client/src/app/pages/account/account-page.module.ts +++ b/apps/client/src/app/pages/account/account-page.module.ts @@ -5,7 +5,6 @@ import { MatLegacyButtonModule as MatButtonModule } from '@angular/material/lega import { MatLegacyCardModule as MatCardModule } from '@angular/material/legacy-card'; import { MatLegacyDialogModule as MatDialogModule } from '@angular/material/legacy-dialog'; import { MatLegacyFormFieldModule as MatFormFieldModule } from '@angular/material/legacy-form-field'; -import { MatLegacyInputModule as MatInputModule } from '@angular/material/legacy-input'; import { MatLegacySelectModule as MatSelectModule } from '@angular/material/legacy-select'; import { MatLegacySlideToggleModule as MatSlideToggleModule } from '@angular/material/legacy-slide-toggle'; import { RouterModule } from '@angular/router'; @@ -31,7 +30,6 @@ import { GfCreateOrUpdateAccessDialogModule } from './create-or-update-access-di MatCardModule, MatDialogModule, MatFormFieldModule, - MatInputModule, MatSelectModule, MatSlideToggleModule, ReactiveFormsModule, diff --git a/libs/ui/src/lib/holdings-table/holdings-table.module.ts b/libs/ui/src/lib/holdings-table/holdings-table.module.ts index a7ca6fdf4..3fb9d493f 100644 --- a/libs/ui/src/lib/holdings-table/holdings-table.module.ts +++ b/libs/ui/src/lib/holdings-table/holdings-table.module.ts @@ -2,7 +2,6 @@ import { CommonModule } from '@angular/common'; import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core'; import { MatLegacyButtonModule as MatButtonModule } from '@angular/material/legacy-button'; import { MatLegacyDialogModule as MatDialogModule } from '@angular/material/legacy-dialog'; -import { MatLegacyInputModule as MatInputModule } from '@angular/material/legacy-input'; import { MatLegacyPaginatorModule as MatPaginatorModule } from '@angular/material/legacy-paginator'; import { MatLegacyTableModule as MatTableModule } from '@angular/material/legacy-table'; import { MatSortModule } from '@angular/material/sort'; @@ -28,7 +27,6 @@ import { HoldingsTableComponent } from './holdings-table.component'; GfValueModule, MatButtonModule, MatDialogModule, - MatInputModule, MatPaginatorModule, MatSortModule, MatTableModule,