Merge branch 'ui-refactoring' of https://gitlab.eudat.eu/dmp/OpenAIRE-EUDAT-DMP-service-pilot into ui-refactoring
This commit is contained in:
commit
6f6ba650ac
|
@ -20,6 +20,7 @@ import { DmpListingComponent } from './listing/dmp-listing.component';
|
||||||
import { DmpWizardComponent } from './wizard/dmp-wizard.component';
|
import { DmpWizardComponent } from './wizard/dmp-wizard.component';
|
||||||
import { DmpWizardEditorComponent } from './wizard/editor/dmp-wizard-editor.component';
|
import { DmpWizardEditorComponent } from './wizard/editor/dmp-wizard-editor.component';
|
||||||
import { DmpWizardDatasetListingComponent } from './wizard/listing/dmp-wizard-dataset-listing.component';
|
import { DmpWizardDatasetListingComponent } from './wizard/listing/dmp-wizard-dataset-listing.component';
|
||||||
|
import { DmpUploadDialogue } from './listing/criteria/upload-dialogue/dmp-upload-dialogue.component';
|
||||||
|
|
||||||
@NgModule({
|
@NgModule({
|
||||||
imports: [
|
imports: [
|
||||||
|
@ -45,13 +46,15 @@ import { DmpWizardDatasetListingComponent } from './wizard/listing/dmp-wizard-da
|
||||||
DmpFinalizeDialogComponent,
|
DmpFinalizeDialogComponent,
|
||||||
DynamicDmpFieldResolverComponent,
|
DynamicDmpFieldResolverComponent,
|
||||||
DynamicFieldsProjectComponent,
|
DynamicFieldsProjectComponent,
|
||||||
DynamicFieldProjectComponent
|
DynamicFieldProjectComponent,
|
||||||
|
DmpUploadDialogue
|
||||||
],
|
],
|
||||||
entryComponents: [
|
entryComponents: [
|
||||||
DmpInvitationDialogComponent,
|
DmpInvitationDialogComponent,
|
||||||
AddResearcherComponent,
|
AddResearcherComponent,
|
||||||
AvailableProfilesComponent,
|
AvailableProfilesComponent,
|
||||||
DmpFinalizeDialogComponent
|
DmpFinalizeDialogComponent,
|
||||||
|
DmpUploadDialogue
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
export class DmpModule { }
|
export class DmpModule { }
|
||||||
|
|
Loading…
Reference in New Issue