plugins-functionality #43

Merged
argiro.kokogiannaki merged 86 commits from plugins-functionality into develop 2024-06-13 09:14:22 +02:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 34ef34fc00 - Show all commits

View File

@ -12,6 +12,7 @@ import {PluginGatewayInformationComponent} from './plugin-gateway-information.co
import {CuratorsModule} from '../../../../../curators/curators.module'; import {CuratorsModule} from '../../../../../curators/curators.module';
import {SearchCommunityProjectsService} from '../../../../../openaireLibrary/connect/projects/searchProjects.service'; import {SearchCommunityProjectsService} from '../../../../../openaireLibrary/connect/projects/searchProjects.service';
import {SearchCommunityDataprovidersService} from '../../../../../openaireLibrary/connect/contentProviders/searchDataproviders.service'; import {SearchCommunityDataprovidersService} from '../../../../../openaireLibrary/connect/contentProviders/searchDataproviders.service';
import {ZenodoCommunitiesService} from '../../../../../openaireLibrary/connect/zenodoCommunities/zenodo-communities.service';
@NgModule({ @NgModule({
imports: [ imports: [
@ -19,7 +20,7 @@ import {SearchCommunityDataprovidersService} from '../../../../../openaireLibrar
CuratorsModule CuratorsModule
], ],
providers: [ providers: [
PluginsService, SearchCommunityProjectsService, SearchCommunityDataprovidersService PluginsService, SearchCommunityProjectsService, SearchCommunityDataprovidersService, ZenodoCommunitiesService
], ],
declarations: [PluginGatewayInformationComponent], declarations: [PluginGatewayInformationComponent],
exports: [PluginGatewayInformationComponent] exports: [PluginGatewayInformationComponent]