[develop | DONE | FIXED]: Moved RoutingModule as first imported module with possible routing (advanced search projects & organizations were loading orcid routing instead of their own).

This commit is contained in:
Konstantina Galouni 2024-03-04 17:02:33 +02:00
parent b7a05316c0
commit a79b936629
3 changed files with 5 additions and 7 deletions

View File

@ -12,8 +12,8 @@ import {CommunityService} from '../openaireLibrary/connect/community/community.s
@NgModule({ @NgModule({
imports: [ imports: [
CommonModule, FormsModule, CommonModule, FormsModule,
SearchDataprovidersToDepositModule,
SearchDataprovidersToDepositRoutingModule, SearchDataprovidersToDepositRoutingModule,
SearchDataprovidersToDepositModule,
ZenodoCommunitiesServiceModule ZenodoCommunitiesServiceModule
], ],
declarations: [ declarations: [

View File

@ -9,10 +9,9 @@ import {SearchOrganizationsModule} from "../../openaireLibrary/searchPages/searc
@NgModule({ @NgModule({
imports: [ imports: [
AdvancedSearchOrganizationsRoutingModule,
CommonModule, FormsModule, CommonModule, FormsModule,
SearchOrganizationsModule, SearchOrganizationsModule
AdvancedSearchOrganizationsRoutingModule
], ],
declarations: [ declarations: [
OpenaireAdvancedSearchOrganizationsComponent OpenaireAdvancedSearchOrganizationsComponent

View File

@ -8,10 +8,9 @@ import {SearchProjectsModule} from "../../openaireLibrary/searchPages/searchProj
@NgModule({ @NgModule({
imports: [ imports: [
AdvancedSearchProjectsRoutingModule,
CommonModule, FormsModule, CommonModule, FormsModule,
SearchProjectsModule, SearchProjectsModule
AdvancedSearchProjectsRoutingModule
], ],
declarations: [ declarations: [
OpenaireAdvancedSearchProjectsComponent OpenaireAdvancedSearchProjectsComponent