mirror of https://github.com/ghostfolio/ghostfolio
3 changed files with 12 additions and 34 deletions
@ -1,27 +0,0 @@ |
|||||
import { CommonModule } from '@angular/common'; |
|
||||
import { NgModule } from '@angular/core'; |
|
||||
import { FormsModule, ReactiveFormsModule } from '@angular/forms'; |
|
||||
import { MatButtonModule } from '@angular/material/button'; |
|
||||
import { MatCheckboxModule } from '@angular/material/checkbox'; |
|
||||
import { MatDialogModule } from '@angular/material/dialog'; |
|
||||
import { MatFormFieldModule } from '@angular/material/form-field'; |
|
||||
import { MatInputModule } from '@angular/material/input'; |
|
||||
import { MatSelectModule } from '@angular/material/select'; |
|
||||
|
|
||||
import { TransferCashBalanceDialog } from './transfer-cash-balance-dialog.component'; |
|
||||
|
|
||||
@NgModule({ |
|
||||
declarations: [TransferCashBalanceDialog], |
|
||||
imports: [ |
|
||||
CommonModule, |
|
||||
FormsModule, |
|
||||
MatButtonModule, |
|
||||
MatCheckboxModule, |
|
||||
MatDialogModule, |
|
||||
MatFormFieldModule, |
|
||||
MatInputModule, |
|
||||
MatSelectModule, |
|
||||
ReactiveFormsModule |
|
||||
] |
|
||||
}) |
|
||||
export class GfTransferCashBalanceDialogModule { } |
|
Loading…
Reference in new issue