96252: Extract upload-specific code from SharedModule

This commit is contained in:
Yury Bondarenko
2022-11-23 19:38:52 +01:00
parent 3739fa4121
commit db3e8f9246
29 changed files with 104 additions and 54 deletions

View File

@@ -25,7 +25,7 @@ import { ComcolModule } from '../shared/comcol/comcol.module';
StatisticsModule.forRoot(),
EditItemPageModule,
CollectionFormModule,
ComcolModule
ComcolModule,
],
declarations: [
CollectionPageComponent,
@@ -38,7 +38,7 @@ import { ComcolModule } from '../shared/comcol/comcol.module';
],
providers: [
SearchService,
]
],
})
export class CollectionPageModule {