openaire-library/landingPages/result
Konstantina Galouni b88c65a343 [Library | new-theme]: Create common methods to get entity name and entity file name from OpenaireEntities.
1. string-utils.class.ts:
   a. Added method "public static getEntityName(entityType: string, plural: boolean = false): string" to return OpenaireEntities name by entityType.
   b. Added method "public static getEntityFileName(entityType: string): string" to return OpenaireEntities file name by entityType.
2. directLinking.component.ts & dataProvider.component.ts & project.component.ts & resultLanding.component.ts & myOrcidLinks.component.ts & searchResearchResults.component.ts & result-preview.component.ts & search-tab.component.ts: Call StringUtils.getEntityName and StringUtils.getEntityFileName methods instead of checking if/then/else locally.
2022-06-03 13:01:55 +03:00
..
deletedByInference redesign of result-preview component 2022-03-15 13:13:28 +02:00
resultLanding.component.html fix to center main content on mobile viewport 2022-06-02 16:11:24 +03:00
resultLanding.component.ts [Library | new-theme]: Create common methods to get entity name and entity file name from OpenaireEntities. 2022-06-03 13:01:55 +03:00
resultLanding.module.ts move datatransfer modules to library 2022-05-19 12:15:52 +03:00
resultLanding.service.ts add eosc services links on landing pages 2022-05-12 14:05:54 +03:00