87968: Remove angular2-text-mask dependency

This commit is contained in:
Yura Bondarenko
2022-03-04 16:11:08 +01:00
parent 3eb3afcc96
commit 26d45fd5e7
7 changed files with 2 additions and 23 deletions

View File

@@ -14,7 +14,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 { TextMaskModule } from 'angular2-text-mask';
import { MomentModule } from 'ngx-moment';
import { ConfirmationModalComponent } from './confirmation-modal/confirmation-modal.component';
import { ExportMetadataSelectorComponent } from './dso-selector/modal-wrappers/export-metadata-selector/export-metadata-selector.component';
@@ -193,7 +192,6 @@ const MODULES = [
RouterModule,
NouisliderModule,
MomentModule,
TextMaskModule,
DragDropModule,
CdkTreeModule
];