mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-1412] Viewer enhancements (#2873)
* collection navigation support for Viewer * code cleanup * full screen mode support * keyboard shortcuts * zooming scale label * layout fixes * test fixes * image toolbar with basic tranformations * test fixes * test fixes
This commit is contained in:
committed by
Eugenio Romano
parent
d2d635b94d
commit
08f2cc9236
@@ -21,6 +21,8 @@ import { AlfrescoApiService } from '../../services/alfresco-api.service';
|
||||
import { AuthenticationService } from '../../services/authentication.service';
|
||||
import { ContentService } from '../../services/content.service';
|
||||
import { SettingsService } from '../../services/settings.service';
|
||||
import { MaterialModule } from '../../material.module';
|
||||
import { ToolbarModule } from '../../toolbar/toolbar.module';
|
||||
|
||||
import { ImgViewerComponent } from './imgViewer.component';
|
||||
|
||||
@@ -38,7 +40,10 @@ describe('Test Img viewer component ', () => {
|
||||
|
||||
beforeEach(async(() => {
|
||||
TestBed.configureTestingModule({
|
||||
|
||||
imports: [
|
||||
MaterialModule,
|
||||
ToolbarModule
|
||||
],
|
||||
declarations: [ImgViewerComponent],
|
||||
providers: [
|
||||
SettingsService,
|
||||
|
Reference in New Issue
Block a user