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:
Yury Bondarenko
2023-01-03 17:05:36 +01:00
parent 67616a5d52
commit f6db75f4f8
6 changed files with 13 additions and 19 deletions

View File

@@ -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,