|
@ -3,7 +3,7 @@ import { CommonModule } from '@angular/common'; |
|
|
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core'; |
|
|
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core'; |
|
|
import { FormsModule, ReactiveFormsModule } from '@angular/forms'; |
|
|
import { FormsModule, ReactiveFormsModule } from '@angular/forms'; |
|
|
import { MatButtonModule } from '@angular/material/button'; |
|
|
import { MatButtonModule } from '@angular/material/button'; |
|
|
import { MatLegacyCheckboxModule as MatCheckboxModule } from '@angular/material/legacy-checkbox'; |
|
|
import { MatCheckboxModule } from '@angular/material/checkbox'; |
|
|
import { MatLegacyDialogModule as MatDialogModule } from '@angular/material/legacy-dialog'; |
|
|
import { MatLegacyDialogModule as MatDialogModule } from '@angular/material/legacy-dialog'; |
|
|
import { MatLegacyFormFieldModule as MatFormFieldModule } from '@angular/material/legacy-form-field'; |
|
|
import { MatLegacyFormFieldModule as MatFormFieldModule } from '@angular/material/legacy-form-field'; |
|
|
import { MatLegacyInputModule as MatInputModule } from '@angular/material/legacy-input'; |
|
|
import { MatLegacyInputModule as MatInputModule } from '@angular/material/legacy-input'; |
|
|