[ADF-2338] PDF Thumbnail Pane - close button (#2977)

* close thumblist panel

* thumbnails template container
This commit is contained in:
Cilibiu Bogdan
2018-02-22 09:29:20 +00:00
committed by Eugenio Romano
parent ec3b208b84
commit 9bbdf4331e
9 changed files with 77 additions and 16 deletions
+1 -1
View File
@@ -306,7 +306,7 @@ export class CustomThumbnailsComponent {
```
```html
<ng-template let-pdfViewer="viewer" #customThumbnailsTemplate>
<ng-template #customThumbnailsTemplate let-pdfViewer="viewer">
<custom-thumbnails [pdfViewer]="pdfViewer"></custom-thumbnails>
</ng-template>