|
@ -8,6 +8,7 @@ import { GfAccountsTableModule } from '@ghostfolio/client/components/accounts-ta |
|
|
import { AccountsPageRoutingModule } from './accounts-page-routing.module'; |
|
|
import { AccountsPageRoutingModule } from './accounts-page-routing.module'; |
|
|
import { AccountsPageComponent } from './accounts-page.component'; |
|
|
import { AccountsPageComponent } from './accounts-page.component'; |
|
|
import { GfCreateOrUpdateAccountDialogModule } from './create-or-update-account-dialog/create-or-update-account-dialog.module'; |
|
|
import { GfCreateOrUpdateAccountDialogModule } from './create-or-update-account-dialog/create-or-update-account-dialog.module'; |
|
|
|
|
|
import { GfTransferCashBalanceDialogModule } from './transfer-cash-balance/transfer-cash-balance.module-dialog'; |
|
|
|
|
|
|
|
|
@NgModule({ |
|
|
@NgModule({ |
|
|
declarations: [AccountsPageComponent], |
|
|
declarations: [AccountsPageComponent], |
|
@ -17,9 +18,10 @@ import { GfCreateOrUpdateAccountDialogModule } from './create-or-update-account- |
|
|
GfAccountDetailDialogModule, |
|
|
GfAccountDetailDialogModule, |
|
|
GfAccountsTableModule, |
|
|
GfAccountsTableModule, |
|
|
GfCreateOrUpdateAccountDialogModule, |
|
|
GfCreateOrUpdateAccountDialogModule, |
|
|
|
|
|
GfTransferCashBalanceDialogModule, |
|
|
MatButtonModule, |
|
|
MatButtonModule, |
|
|
RouterModule |
|
|
RouterModule |
|
|
], |
|
|
], |
|
|
schemas: [CUSTOM_ELEMENTS_SCHEMA] |
|
|
schemas: [CUSTOM_ELEMENTS_SCHEMA] |
|
|
}) |
|
|
}) |
|
|
export class AccountsPageModule {} |
|
|
export class AccountsPageModule { } |
|
|