ej2-angular-ui-components icon indicating copy to clipboard operation
ej2-angular-ui-components copied to clipboard

pdf animation not working

Open messxay opened this issue 3 years ago • 0 comments

I using ejs-pdfViewer inside ejs-dialog properties injectedModules length 0, when i put it outside ejs-dialog then it works. image down here code of me. <ejs-pdfviewer #pdfviewer id="pdfViewer" [(serviceUrl)]="service" [enableToolbar]="false" [enableNavigationToolbar]="false" [enableAnnotationToolbar]="false" [enableThumbnail]="true" (created)="onCreated($event)" (documentUnload)="changeCanActState(true)" (annotationAdd)="addAnnoEvent($event)" (annotationMove)="resetTime($event)" (annotationRemove)="removeAnnot($event)" (annotationResize)="resetTime($event)" (annotationSelect)="selectedAnnotation($event)" (annotationPropertiesChange)="resetTime($event)" (printEnd)="cancelPrint($event)" (documentLoad)="loadingAnnot($event)" (pageChange)="pageChange($event)" [zoomValue]="zoomValue" (zoomChange)="changeZoomValue($event)" [ajaxRequestSettings]="ajaxSetting" style=" height: 100% !important; width: 100% !important; position: relative; display: block; " >

messxay avatar Aug 11 '22 12:08 messxay