diff --git a/landingPages/landing-utils/showIdentifiers.component.ts b/landingPages/landing-utils/showIdentifiers.component.ts index dda1ec9e..dd2b4c28 100644 --- a/landingPages/landing-utils/showIdentifiers.component.ts +++ b/landingPages/landing-utils/showIdentifiers.component.ts @@ -1,15 +1,13 @@ import { - AfterViewInit, ChangeDetectorRef, + AfterViewInit, + ChangeDetectorRef, Component, - Directive, ElementRef, HostListener, Input, - OnInit, QueryList, - ViewChild, - ViewChildren, ViewContainerRef + QueryList, + ViewChildren } from '@angular/core'; -import {HelperFunctions} from "../../utils/HelperFunctions.class"; import {EnvProperties} from "../../utils/properties/env-properties"; import {properties} from "../../../../environments/environment"; @@ -17,13 +15,13 @@ import {properties} from "../../../../environments/environment"; selector: 'showIdentifiers', template: ` -
+
+
+ Publisher: {{publisher}} +
` }) export class ShowPublisherComponent {