mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-2352] project toolbar buttons for the Viewer (#2989)
* project toolbar buttons for the Viewer * test fixes
This commit is contained in:
committed by
Eugenio Romano
parent
1c48a3c0df
commit
f7cfccc7d9
@@ -18,6 +18,7 @@
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { NgModule } from '@angular/core';
|
||||
import { TranslateModule } from '@ngx-translate/core';
|
||||
import { FlexLayoutModule } from '@angular/flex-layout';
|
||||
|
||||
import { MaterialModule } from '../material.module';
|
||||
import { ToolbarModule } from '../toolbar/toolbar.module';
|
||||
@@ -35,7 +36,7 @@ import { ViewerSidebarComponent } from './components/viewer-sidebar.component';
|
||||
import { ViewerToolbarComponent } from './components/viewer-toolbar.component';
|
||||
import { ViewerComponent } from './components/viewer.component';
|
||||
import { ViewerExtensionDirective } from './directives/viewer-extension.directive';
|
||||
import { FlexLayoutModule } from '@angular/flex-layout';
|
||||
import { ViewerToolbarActionsComponent } from './components/viewer-toolbar-actions.component';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
@@ -59,7 +60,8 @@ import { FlexLayoutModule } from '@angular/flex-layout';
|
||||
ViewerToolbarComponent,
|
||||
ViewerSidebarComponent,
|
||||
ViewerOpenWithComponent,
|
||||
ViewerMoreActionsComponent
|
||||
ViewerMoreActionsComponent,
|
||||
ViewerToolbarActionsComponent
|
||||
],
|
||||
exports: [
|
||||
ViewerComponent,
|
||||
@@ -74,7 +76,8 @@ import { FlexLayoutModule } from '@angular/flex-layout';
|
||||
ViewerToolbarComponent,
|
||||
ViewerSidebarComponent,
|
||||
ViewerOpenWithComponent,
|
||||
ViewerMoreActionsComponent
|
||||
ViewerMoreActionsComponent,
|
||||
ViewerToolbarActionsComponent
|
||||
]
|
||||
})
|
||||
export class ViewerModule {
|
||||
|
Reference in New Issue
Block a user