|
|
|
@ -3,7 +3,7 @@ import { CommonModule } from '@angular/common';
|
|
|
|
|
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
|
|
|
|
|
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
|
|
|
|
|
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 { MatLegacyFormFieldModule as MatFormFieldModule } from '@angular/material/legacy-form-field';
|
|
|
|
|
import { MatLegacyInputModule as MatInputModule } from '@angular/material/legacy-input';
|
|
|
|
|