mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
AAE-44761 Remove unused imports (#11829)
This commit is contained in:
@@ -29,12 +29,7 @@ import {
|
|||||||
} from '@angular/core';
|
} from '@angular/core';
|
||||||
import { MatTabChangeEvent, MatTabsModule } from '@angular/material/tabs';
|
import { MatTabChangeEvent, MatTabsModule } from '@angular/material/tabs';
|
||||||
import { CommonModule } from '@angular/common';
|
import { CommonModule } from '@angular/common';
|
||||||
import {
|
import { InfoDrawerContentDirective, InfoDrawerLayoutComponent, InfoDrawerTitleDirective } from './info-drawer-layout.component';
|
||||||
InfoDrawerButtonsDirective,
|
|
||||||
InfoDrawerContentDirective,
|
|
||||||
InfoDrawerLayoutComponent,
|
|
||||||
InfoDrawerTitleDirective
|
|
||||||
} from './info-drawer-layout.component';
|
|
||||||
import { TranslatePipe } from '@ngx-translate/core';
|
import { TranslatePipe } from '@ngx-translate/core';
|
||||||
import { IconModule } from '../icon/icon.module';
|
import { IconModule } from '../icon/icon.module';
|
||||||
|
|
||||||
@@ -64,10 +59,8 @@ export class InfoDrawerTabComponent {
|
|||||||
TranslatePipe,
|
TranslatePipe,
|
||||||
MatTabsModule,
|
MatTabsModule,
|
||||||
IconModule,
|
IconModule,
|
||||||
InfoDrawerButtonsDirective,
|
|
||||||
InfoDrawerTitleDirective,
|
InfoDrawerTitleDirective,
|
||||||
InfoDrawerContentDirective,
|
InfoDrawerContentDirective
|
||||||
InfoDrawerTabComponent
|
|
||||||
],
|
],
|
||||||
templateUrl: './info-drawer.component.html',
|
templateUrl: './info-drawer.component.html',
|
||||||
styleUrls: ['./info-drawer.component.scss'],
|
styleUrls: ['./info-drawer.component.scss'],
|
||||||
|
|||||||
@@ -53,8 +53,6 @@ import { ViewerOpenWithComponent } from './viewer-open-with.component';
|
|||||||
import { ViewerRenderComponent } from './viewer-render/viewer-render.component';
|
import { ViewerRenderComponent } from './viewer-render/viewer-render.component';
|
||||||
import { ViewerSidebarComponent } from './viewer-sidebar.component';
|
import { ViewerSidebarComponent } from './viewer-sidebar.component';
|
||||||
import { ViewerToolbarComponent } from './viewer-toolbar.component';
|
import { ViewerToolbarComponent } from './viewer-toolbar.component';
|
||||||
import { ViewerToolbarActionsComponent } from './viewer-toolbar-actions.component';
|
|
||||||
import { ViewerToolbarCustomActionsComponent } from './viewer-toolbar-custom-actions.component';
|
|
||||||
import { ThumbnailService } from '../../common';
|
import { ThumbnailService } from '../../common';
|
||||||
import { takeUntilDestroyed } from '@angular/core/rxjs-interop';
|
import { takeUntilDestroyed } from '@angular/core/rxjs-interop';
|
||||||
import { IconModule } from '../../icon/icon.module';
|
import { IconModule } from '../../icon/icon.module';
|
||||||
@@ -83,11 +81,7 @@ const DEFAULT_NON_PREVIEW_CONFIG = {
|
|||||||
MatMenuModule,
|
MatMenuModule,
|
||||||
ToolbarDividerComponent,
|
ToolbarDividerComponent,
|
||||||
ViewerRenderComponent,
|
ViewerRenderComponent,
|
||||||
NgTemplateOutlet,
|
NgTemplateOutlet
|
||||||
ViewerToolbarComponent,
|
|
||||||
ViewerSidebarComponent,
|
|
||||||
ViewerToolbarActionsComponent,
|
|
||||||
ViewerToolbarCustomActionsComponent
|
|
||||||
],
|
],
|
||||||
providers: [ViewUtilService]
|
providers: [ViewUtilService]
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user