|
|
@ -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, |
|
|
|