mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-09 19:13:08 +00:00
87968: Remove angular2-text-mask dependency
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
Reference in New Issue
Block a user