Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Revert "refactor: TTA-49 change date picker"
This reverts commit 6a5a1bc.
  • Loading branch information
rodolfoIOET committed Jun 23, 2022
commit 5a82c02d35446b8bd3aa59c60a45c00248cd3e72
12 changes: 0 additions & 12 deletions src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ import { StoreDevtoolsModule } from '@ngrx/store-devtools';
import { DragDropModule } from '@angular/cdk/drag-drop';
import { MatDatepickerModule } from '@angular/material/datepicker';
import { MatInputModule } from '@angular/material/input';
import { MatIconModule } from '@angular/material/icon';
import { MatCardModule } from '@angular/material/card';
import { MatNativeDateModule } from '@angular/material/core';
import { MatMomentDateModule } from '@angular/material-moment-adapter';
import { NgxPaginationModule } from 'ngx-pagination';
import { AutocompleteLibModule } from 'angular-ng-autocomplete';
Expand Down Expand Up @@ -93,9 +90,6 @@ import { DarkModeComponent } from './modules/shared/components/dark-mode/dark-mo
import { SocialLoginModule, SocialAuthServiceConfig } from 'angularx-social-login';
import { GoogleLoginProvider } from 'angularx-social-login';
import { SearchUserComponent } from './modules/shared/components/search-user/search-user.component';
import { TimeRangeCustomComponent } from './modules/reports/components/time-range-custom/time-range-custom.component';
import { TimeRangeHeaderComponent } from './modules/reports/components/time-range-custom/time-range-header/time-range-header.component';
import { TimeRangePanelComponent } from './modules/reports/components/time-range-custom/time-range-panel/time-range-panel.component';

const maskConfig: Partial<IConfig> = {
validation: false,
Expand Down Expand Up @@ -152,9 +146,6 @@ const maskConfig: Partial<IConfig> = {
CalendarComponent,
DropdownComponent,
DarkModeComponent,
TimeRangeCustomComponent,
TimeRangeHeaderComponent,
TimeRangePanelComponent,
],
imports: [
NgxMaskModule.forRoot(maskConfig),
Expand All @@ -174,9 +165,6 @@ const maskConfig: Partial<IConfig> = {
NgxMaterialTimepickerModule,
UiSwitchModule,
DragDropModule,
MatIconModule,
MatCardModule,
MatNativeDateModule,
StoreModule.forRoot(reducers, {
metaReducers,
}),
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading