mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-1676] hide fake content in the viewer (#2442)
* hide fake content in the viewer * add missing property
This commit is contained in:
committed by
Eugenio Romano
parent
e903168320
commit
bdd26e6c42
@@ -46,6 +46,9 @@ export class PdfViewerComponent implements OnChanges, OnDestroy {
|
||||
@Input()
|
||||
showToolbar: boolean = true;
|
||||
|
||||
@Input()
|
||||
allowThumbnails = false;
|
||||
|
||||
currentPdfDocument: any;
|
||||
page: number;
|
||||
displayPage: number;
|
||||
|
Reference in New Issue
Block a user