mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
feat: migrate everything to standalone and fix build errors
This commit is contained in:
@@ -37,21 +37,19 @@ const ENTRY_COMPONENTS = [
|
||||
];
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
SearchModule,
|
||||
SharedModule.withEntryComponents()
|
||||
],
|
||||
declarations: [
|
||||
AdminWorkflowPageComponent,
|
||||
SupervisionOrderGroupSelectorComponent,
|
||||
SupervisionOrderStatusComponent,
|
||||
WorkflowItemAdminWorkflowActionsComponent,
|
||||
WorkspaceItemAdminWorkflowActionsComponent,
|
||||
...ENTRY_COMPONENTS
|
||||
],
|
||||
exports: [
|
||||
AdminWorkflowPageComponent
|
||||
]
|
||||
imports: [
|
||||
SearchModule,
|
||||
SharedModule.withEntryComponents(),
|
||||
AdminWorkflowPageComponent,
|
||||
SupervisionOrderGroupSelectorComponent,
|
||||
SupervisionOrderStatusComponent,
|
||||
WorkflowItemAdminWorkflowActionsComponent,
|
||||
WorkspaceItemAdminWorkflowActionsComponent,
|
||||
...ENTRY_COMPONENTS
|
||||
],
|
||||
exports: [
|
||||
AdminWorkflowPageComponent
|
||||
]
|
||||
})
|
||||
export class AdminWorkflowModuleModule {
|
||||
/**
|
||||
|
Reference in New Issue
Block a user