src/app/shared/services/publication.service.ts(184,21): error TS2339: Property 'publicationsApiUrl' does not exist on type '{ production: boolean; }'. src/app/pages/home/home.component.ts(27,35): error TS2339: Property 'categories' does not exist on type '{ production: boolean; }'. src/app/components/publication-card/publication-card.component.ts(32,44): error TS2339: Property 'consortiumPaperMarker' does not exist on type '{ production: boolean; }'. src/app/components/publication-card/publication-card.component.ts(33,41): error TS2339: Property 'confirmViaEmail' does not exist on type '{ production: boolean; }'. src/app/components/publication-card/publication-card.component.ts(34,36): error TS2339: Property 'showOrderID' does not exist on type '{ production: boolean; }'. src/app/shared/services/allele-autocomplete.service.ts(16,36): error TS2339: Property 'alleleApiUrl' does not exist on type '{ production: boolean; }'. src/app/pages/login/login.component.ts(32,30): error TS2339: Property 'title' does not exist on type '{ production: boolean; }'.