Remove momentjs and ngx-moment in favor of date-fns. Minor refactor to support this swap

This commit is contained in:
Tim Donohue
2022-10-14 12:49:05 -05:00
parent 3eca2b323e
commit 502d4bbdb1
7 changed files with 51 additions and 55 deletions

View File

@@ -19,7 +19,6 @@ import { MissingTranslationHandler, TranslateModule } from '@ngx-translate/core'
import { NgxPaginationModule } from 'ngx-pagination';
import { FileUploadModule } from 'ng2-file-upload';
import { InfiniteScrollModule } from 'ngx-infinite-scroll';
import { MomentModule } from 'ngx-moment';
import { ConfirmationModalComponent } from './confirmation-modal/confirmation-modal.component';
import {
ExportMetadataSelectorComponent
@@ -342,7 +341,6 @@ const MODULES = [
ReactiveFormsModule,
RouterModule,
NouisliderModule,
MomentModule,
DragDropModule,
CdkTreeModule,
GoogleRecaptchaModule,