From bb6c1833a9361621917da2f6085c76b361203540 Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Tue, 12 Apr 2022 15:05:53 +0300 Subject: [PATCH] [Library | new-theme]: showIdentifiers.component.ts: Optimize imports and use uk-text-meta class | showPublisher.component.ts: Use uk-text-small and uk-text-meta classes. --- .../landing-utils/showIdentifiers.component.ts | 14 ++++++-------- .../landing-utils/showPublisher.component.ts | 18 +++++++++--------- 2 files changed, 15 insertions(+), 17 deletions(-) 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: ` -
+