mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[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:
committed by
Eugenio Romano
parent
5955cc567d
commit
28ca71a5f9
@@ -25,6 +25,8 @@ import { PipeModule } from '../pipes/pipe.module';
|
||||
import { ImgViewerComponent } from './components/imgViewer.component';
|
||||
import { MediaPlayerComponent } from './components/mediaPlayer.component';
|
||||
import { PdfViewerComponent } from './components/pdfViewer.component';
|
||||
import { PdfThumbComponent } from './components/pdfViewer-thumb.component';
|
||||
import { PdfThumbListComponent } from './components/pdfViewer-thumbnails.component';
|
||||
import { TxtViewerComponent } from './components/txtViewer.component';
|
||||
import { UnknownFormatComponent } from './components/unknown-format/unknown-format.component';
|
||||
import { ViewerMoreActionsComponent } from './components/viewer-more-actions.component';
|
||||
@@ -50,6 +52,8 @@ import { FlexLayoutModule } from '@angular/flex-layout';
|
||||
TxtViewerComponent,
|
||||
MediaPlayerComponent,
|
||||
PdfViewerComponent,
|
||||
PdfThumbComponent,
|
||||
PdfThumbListComponent,
|
||||
ViewerExtensionDirective,
|
||||
UnknownFormatComponent,
|
||||
ViewerToolbarComponent,
|
||||
@@ -63,6 +67,8 @@ import { FlexLayoutModule } from '@angular/flex-layout';
|
||||
TxtViewerComponent,
|
||||
MediaPlayerComponent,
|
||||
PdfViewerComponent,
|
||||
PdfThumbComponent,
|
||||
PdfThumbListComponent,
|
||||
ViewerExtensionDirective,
|
||||
UnknownFormatComponent,
|
||||
ViewerToolbarComponent,
|
||||
|
Reference in New Issue
Block a user