[ADF-1676] hide fake content in the viewer (#2442)

* hide fake content in the viewer

* add missing property
This commit is contained in:
Denys Vuika
2017-10-06 12:21:47 +01:00
committed by Eugenio Romano
parent e903168320
commit bdd26e6c42
5 changed files with 40 additions and 30 deletions

View File

@@ -46,6 +46,9 @@ export class PdfViewerComponent implements OnChanges, OnDestroy {
@Input()
showToolbar: boolean = true;
@Input()
allowThumbnails = false;
currentPdfDocument: any;
page: number;
displayPage: number;