diff --git a/app.module.ts b/app.module.ts index 3b2f1e1f..23d3ef0f 100755 --- a/app.module.ts +++ b/app.module.ts @@ -1,24 +1,21 @@ -import { NgModule } from '@angular/core'; -import { FormsModule } from '@angular/forms'; -import { SharedModule } from './shared/shared.module'; -import { BrowserModule } from '@angular/platform-browser'; -import { NoopAnimationsModule } from '@angular/platform-browser/animations'; -import { APP_BASE_HREF, CommonModule } from '@angular/common'; -import { HttpClientModule } from '@angular/common/http'; -import { RouterModule } from '@angular/router'; -import { AppComponent } from './app.component'; +import {NgModule} from '@angular/core'; +import {SharedModule} from './shared/shared.module'; +import {BrowserModule} from '@angular/platform-browser'; +import {NoopAnimationsModule} from '@angular/platform-browser/animations'; +import {CommonModule} from '@angular/common'; +import {HttpClientModule} from '@angular/common/http'; +import {AppComponent} from './app.component'; import {NavigationBarModule} from './sharedComponents/navigationBar.module'; -import { CookieLawModule } from './sharedComponents/cookie-law/cookie-law.module'; -import { BottomModule } from './sharedComponents/bottom.module'; +import {CookieLawModule} from './sharedComponents/cookie-law/cookie-law.module'; +import {BottomModule} from './sharedComponents/bottom.module'; // import { ErrorModule } from './error/error.module'; -import { ConfigurationService } from './utils/configuration/configuration.service'; +import {ConfigurationService} from './utils/configuration/configuration.service'; import {MainSearchModule} from './searchPages/find/mainSearch.module'; import {ResultLandingModule} from "./landingPages/result/resultLanding.module"; import {DataProviderModule} from './landingPages/dataProvider/dataProvider.module'; import {ProjectModule} from './landingPages/project/project.module'; import {OrganizationModule} from './landingPages/organization/organization.module'; -import {ReloadModule} from './reload/reload.module'; import {ErrorModule} from './error/error.module'; import {SearchResearchResultsModule} from './searchPages/simple/searchResearchResults.module'; @@ -47,9 +44,9 @@ import {ClaimsByTokenModule} from './claims/claimsByToken/claimsByToken.module'; import {DirectLinkingModule} from './claims/directLinking/directLinking.module'; import {LinkingGenericModule} from './claims/linking/linkingGeneric.module'; -import{ HtmlProjectReportModule} from './landingPages/htmlProjectReport/htmlProjectReport.module'; -import {IsRouteEnabled} from './error/isRouteEnabled.guard'; -import { AppRoutingModule } from './app-routing.module'; +import {HtmlProjectReportModule} from './landingPages/htmlProjectReport/htmlProjectReport.module'; +import {AppRoutingModule} from './app-routing.module'; + @NgModule({ imports: [ diff --git a/landingPages/landing-utils/landing-header/landing-header.component.ts b/landingPages/landing-utils/landing-header/landing-header.component.ts index 9662db3a..e65c092a 100644 --- a/landingPages/landing-utils/landing-header/landing-header.component.ts +++ b/landingPages/landing-utils/landing-header/landing-header.component.ts @@ -12,7 +12,7 @@ import {AlertModal} from "../../../utils/modal/alert"; {{entityType}} - {{(entityType)?' . ':'' + removeUnknown(types, true).join(' . ')}} + {{(entityType?' . ':'') + removeUnknown(types, true).join(' . ')}} diff --git a/landingPages/result/resultLanding.component.html b/landingPages/result/resultLanding.component.html index 4e7d00da..6c57b308 100644 --- a/landingPages/result/resultLanding.component.html +++ b/landingPages/result/resultLanding.component.html @@ -124,6 +124,11 @@
+
+ +
@@ -184,8 +189,7 @@
-
+
diff --git a/landingPages/result/resultLanding.component.ts b/landingPages/result/resultLanding.component.ts index 083eacee..bb3aa846 100644 --- a/landingPages/result/resultLanding.component.ts +++ b/landingPages/result/resultLanding.component.ts @@ -15,7 +15,7 @@ import {Location} from "@angular/common"; import {MetricsService} from "../../services/metrics.service"; import {RelationResult, ResultPreview} from "../../utils/result-preview/result-preview"; import {IndexInfoService} from "../../utils/indexInfo.service"; -import {FormBuilder, FormGroup} from "@angular/forms"; +import {FormBuilder} from "@angular/forms"; import {StringUtils} from "../../utils/string-utils.class"; import {properties} from "../../../../environments/environment"; import {ISVocabulariesService} from "../../utils/staticAutoComplete/ISVocabularies.service";