From d5415828fdf515e59feec450ec6e585adbbdea50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yi=C4=9Fit=20FINDIKLI?= Date: Tue, 16 Mar 2021 12:14:36 +0300 Subject: [PATCH] Refactor #9744 --- src/app/components/galleria/galleria.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/components/galleria/galleria.ts b/src/app/components/galleria/galleria.ts index 25071c6a193..f1aeff90717 100755 --- a/src/app/components/galleria/galleria.ts +++ b/src/app/components/galleria/galleria.ts @@ -1,4 +1,4 @@ -import {NgModule,Component,ElementRef,OnDestroy,Input,Output,EventEmitter,ChangeDetectionStrategy, ViewChild, ContentChildren, QueryList, TemplateRef, OnInit, OnChanges, AfterContentChecked, SimpleChanges, ViewEncapsulation, ChangeDetectorRef} from '@angular/core'; +import {NgModule,Component,ElementRef,OnDestroy,Input,Output,EventEmitter,ChangeDetectionStrategy, ViewChild, ContentChildren, QueryList, TemplateRef, OnInit, OnChanges, AfterContentChecked, SimpleChanges, ViewEncapsulation, ChangeDetectorRef, AfterViewInit} from '@angular/core'; import {CommonModule} from '@angular/common'; import { SharedModule, PrimeTemplate } from 'primeng/api'; import { UniqueComponentId } from 'primeng/utils'; @@ -505,7 +505,7 @@ export class GalleriaItem implements OnInit { `, changeDetection: ChangeDetectionStrategy.OnPush }) -export class GalleriaThumbnails implements OnInit, AfterContentChecked, OnDestroy { +export class GalleriaThumbnails implements OnInit, AfterContentChecked, AfterViewInit, OnDestroy { @Input() containerId: string;