mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 18:44:14 +00:00
96252: Remove unneeded imports from SharedModule
These are no longer required in SharedModule, so we can remove them from main.js
This commit is contained in:
@@ -37,6 +37,8 @@ import { FormBuilderService } from './builder/form-builder.service';
|
||||
import { DsDynamicTypeBindRelationService } from './builder/ds-dynamic-form-ui/ds-dynamic-type-bind-relation.service';
|
||||
import { FormService } from './form.service';
|
||||
import { NgxMaskModule } from 'ngx-mask';
|
||||
import { NgbDatepickerModule, NgbTimepickerModule } from '@ng-bootstrap/ng-bootstrap';
|
||||
import { CdkTreeModule } from '@angular/cdk/tree';
|
||||
|
||||
const COMPONENTS = [
|
||||
CustomSwitchComponent,
|
||||
@@ -84,6 +86,9 @@ const DIRECTIVES = [
|
||||
TranslateModule,
|
||||
SortablejsModule,
|
||||
NgxMaskModule.forRoot(),
|
||||
NgbDatepickerModule,
|
||||
NgbTimepickerModule,
|
||||
CdkTreeModule,
|
||||
],
|
||||
exports: [
|
||||
...COMPONENTS,
|
||||
|
Reference in New Issue
Block a user