@@ -13,11 +13,6 @@ import { StoreDevtoolsModule } from '@ngrx/store-devtools';
1313import { DragDropModule } from '@angular/cdk/drag-drop' ;
1414import { MatDatepickerModule } from '@angular/material/datepicker' ;
1515import { MatInputModule } from '@angular/material/input' ;
16- import { MatIconModule } from '@angular/material/icon' ;
17- import { MatCardModule } from '@angular/material/card' ;
18- import { MatCheckboxModule } from '@angular/material/checkbox' ;
19- import { MatListModule } from '@angular/material/list' ;
20- import { MatNativeDateModule } from '@angular/material/core' ;
2116import { MatMomentDateModule } from '@angular/material-moment-adapter' ;
2217import { NgxPaginationModule } from 'ngx-pagination' ;
2318import { AutocompleteLibModule } from 'angular-ng-autocomplete' ;
@@ -95,9 +90,6 @@ import { DarkModeComponent } from './modules/shared/components/dark-mode/dark-mo
9590import { SocialLoginModule , SocialAuthServiceConfig } from 'angularx-social-login' ;
9691import { GoogleLoginProvider } from 'angularx-social-login' ;
9792import { SearchUserComponent } from './modules/shared/components/search-user/search-user.component' ;
98- import { TimeRangeCustomComponent } from './modules/reports/components/time-range-custom/time-range-custom.component' ;
99- import { TimeRangeHeaderComponent } from './modules/reports/components/time-range-custom/time-range-header/time-range-header.component' ;
100- import { TimeRangePanelComponent } from './modules/reports/components/time-range-custom/time-range-panel/time-range-panel.component' ;
10193
10294const maskConfig : Partial < IConfig > = {
10395 validation : false ,
@@ -154,9 +146,6 @@ const maskConfig: Partial<IConfig> = {
154146 CalendarComponent ,
155147 DropdownComponent ,
156148 DarkModeComponent ,
157- TimeRangeCustomComponent ,
158- TimeRangeHeaderComponent ,
159- TimeRangePanelComponent ,
160149 ] ,
161150 imports : [
162151 NgxMaskModule . forRoot ( maskConfig ) ,
@@ -176,11 +165,6 @@ const maskConfig: Partial<IConfig> = {
176165 NgxMaterialTimepickerModule ,
177166 UiSwitchModule ,
178167 DragDropModule ,
179- MatIconModule ,
180- MatCardModule ,
181- MatCheckboxModule ,
182- MatListModule ,
183- MatNativeDateModule ,
184168 StoreModule . forRoot ( reducers , {
185169 metaReducers,
186170 } ) ,
0 commit comments