[ADF-2137] Document Thumbnail Pane (#2943)

* pdf thumbnails

* update TestBed declarations

* add PdfViewerService to TestBed

* content projection

* update TestBed declaration

* update TestBed

* update TestBed

* docs

* pristine

* added doc component image

* use global PDFJS instance fro tests
This commit is contained in:
Cilibiu Bogdan
2018-02-20 12:29:40 +02:00
committed by Eugenio Romano
parent 5955cc567d
commit 28ca71a5f9
22 changed files with 631 additions and 18 deletions

View File

@@ -19,6 +19,8 @@ export * from './components/viewer.component';
export * from './components/imgViewer.component';
export * from './components/mediaPlayer.component';
export * from './components/pdfViewer.component';
export * from './components/pdfViewer-thumbnails.component';
export * from './components/pdfViewer-thumb.component';
export * from './components/txtViewer.component';
export * from './components/unknown-format/unknown-format.component';
export * from './components/viewer-more-actions.component';