RED-3800: fix
This commit is contained in:
parent
87eb6cab0c
commit
dc5e4a5291
@ -35,6 +35,7 @@ import { DossiersTypeSwitchComponent } from '@shared/components/dossiers-type-sw
|
||||
import { TranslateModule } from '@ngx-translate/core';
|
||||
import { RouterModule } from '@angular/router';
|
||||
import { AddDossierDialogComponent } from '@shared/dialogs/add-dossier-dialog/add-dossier-dialog.component';
|
||||
import { SharedDialogService } from '@shared/services/dialog.service';
|
||||
|
||||
const buttons = [FileDownloadBtnComponent, UserButtonComponent];
|
||||
|
||||
@ -63,6 +64,8 @@ const components = [
|
||||
|
||||
const utils = [DatePipe, NamePipe, NavigateLastDossiersScreenDirective, LongPressDirective, DragDropFileUploadDirective];
|
||||
|
||||
const services = [SharedDialogService];
|
||||
|
||||
const modules = [MatConfigModule, ScrollingModule, IconsModule, FormsModule, ReactiveFormsModule, CommonUiModule];
|
||||
|
||||
@NgModule({
|
||||
@ -70,6 +73,7 @@ const modules = [MatConfigModule, ScrollingModule, IconsModule, FormsModule, Rea
|
||||
imports: [CommonModule, ...modules, MonacoEditorModule, TranslateModule, RouterModule],
|
||||
exports: [...modules, ...components, ...utils],
|
||||
providers: [
|
||||
...services,
|
||||
{
|
||||
provide: MAT_DATE_FORMATS,
|
||||
useValue: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user