[Trunk | Library]: env-properties.ts: "sherpaURL" and "helpdeskEmail" added.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@58209 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
7d70e17ec3
commit
4cb0ea4221
|
@ -34,6 +34,7 @@ export class EnvProperties {
|
||||||
cordisURL;
|
cordisURL;
|
||||||
openDoarURL;
|
openDoarURL;
|
||||||
r3DataURL;
|
r3DataURL;
|
||||||
|
sherpaURL;
|
||||||
|
|
||||||
// Zenodo's url
|
// Zenodo's url
|
||||||
zenodo;
|
zenodo;
|
||||||
|
@ -50,6 +51,8 @@ export class EnvProperties {
|
||||||
ercGuidlines;
|
ercGuidlines;
|
||||||
// helpdesk link
|
// helpdesk link
|
||||||
helpdesk;
|
helpdesk;
|
||||||
|
// helpdesk email
|
||||||
|
helpdeskEmail;
|
||||||
|
|
||||||
utilsService;
|
utilsService;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue