openaire-library/landingPages/project
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
..
project.component.html fix to center main content on mobile viewport 2022-06-02 16:11:24 +03:00
project.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
project.module.ts [Library | new-theme]: Fixes and updates for project and result landing pages redesign. 2022-05-03 11:52:07 +03:00
project.service.ts [Library | new-theme]: Redesign of project landing page and small upadates on result landing and common components. 2022-04-28 12:13:06 +03:00
projectService.module.ts [Library | new-theme]: Fixes and updates for project and result landing pages redesign. 2022-05-03 11:52:07 +03:00