Options
All
  • Public
  • Public/Protected
  • All
Menu

Logo component for Application header activated via elementRef and listen to mouse events via angular adapter interface

Hierarchy

  • LogoCompany

Index

Constructors

constructor

  • new LogoCompany(appStore: AppStore, cdr: ChangeDetectorRef): LogoCompany
  • Parameters

    • appStore: AppStore
    • cdr: ChangeDetectorRef

    Returns LogoCompany

Properties

Private appStore

appStore: AppStore

Private cdr

cdr: ChangeDetectorRef

Private imageRetries

imageRetries: number

Private unsub

unsub: any

Private whitelabelModel

whitelabelModel: WhitelabelModel

Methods

Private getBusinessInfo

  • getBusinessInfo(field: any): string
  • Parameters

    • field: any

    Returns string

Private getImageUrl

  • getImageUrl(): string
  • Returns string

Private ngOnDestroy

  • ngOnDestroy(): void
  • Returns void

Private onImageError

  • onImageError(): void
  • Returns void

Private onImageLoaded

  • onImageLoaded(): void
  • Returns void

Generated using TypeDoc