|
@@ -4,7 +4,6 @@ import { FlexLayoutModule } from '@angular/flex-layout';
|
|
|
import { MatButtonModule } from '@angular/material/button';
|
|
|
import { MatIconModule } from '@angular/material/icon';
|
|
|
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
|
|
|
-
|
|
|
import { MatInputModule } from '@angular/material/input';
|
|
|
import { MatFormFieldModule } from '@angular/material/form-field';
|
|
|
import { NgxOtpInputModule } from 'ngx-otp-input';
|
|
@@ -21,6 +20,8 @@ import { MatNativeDateModule } from '@angular/material/core';
|
|
|
import { MatRadioModule } from '@angular/material/radio';
|
|
|
import { MatSelectModule } from '@angular/material/select';
|
|
|
import { MatSliderModule } from '@angular/material/slider';
|
|
|
+import { MatSlideToggleModule } from '@angular/material/slide-toggle';
|
|
|
+import { MatDialogModule } from '@angular/material/dialog';
|
|
|
|
|
|
const MATERIAL_MODULES = [
|
|
|
FlexLayoutModule,
|
|
@@ -33,13 +34,15 @@ const MATERIAL_MODULES = [
|
|
|
MatSidenavModule,
|
|
|
MatMenuModule,
|
|
|
MatRadioModule,
|
|
|
-
|
|
|
MatChipsModule,
|
|
|
MatCardModule,
|
|
|
MatDatepickerModule,
|
|
|
MatNativeDateModule,
|
|
|
MatSelectModule,
|
|
|
MatSliderModule,
|
|
|
+ MatSlideToggleModule,
|
|
|
+ MatButtonModule,
|
|
|
+ MatDialogModule,
|
|
|
];
|
|
|
|
|
|
const COMPONENTS = [WarningComponent, FileUploadComponent];
|