mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-5308] cleanup content common module and move to standalone components (#3234)
* language picker * location link * logout component * logout: fix tests * toggle shared component * user info component * cleanup common module * migrate generic error to standalone * thumbnail column component * name column component * tags column component * locked by component * cleanup module dependencies * comments tab component * info drawer and details * cleanup infodrawer module * remove useless test * reduce useless imports * info drawer module * context menu component
This commit is contained in:
@@ -26,7 +26,7 @@ import { NgModule } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { CoreModule } from '@alfresco/adf-core';
|
||||
import { ContentDirectiveModule, ContentModule } from '@alfresco/adf-content-services';
|
||||
import { SharedDirectivesModule, SharedInfoDrawerModule, SharedToolbarModule } from '@alfresco/aca-shared';
|
||||
import { SharedDirectivesModule, InfoDrawerComponent, SharedToolbarModule } from '@alfresco/aca-shared';
|
||||
import { ExtensionsModule } from '@alfresco/adf-extensions';
|
||||
import { AcaViewerComponent } from './components/viewer/viewer.component';
|
||||
import { RouterModule, Routes } from '@angular/router';
|
||||
@@ -51,7 +51,7 @@ const routes: Routes = [
|
||||
ContentModule,
|
||||
ContentDirectiveModule,
|
||||
SharedDirectivesModule,
|
||||
SharedInfoDrawerModule,
|
||||
InfoDrawerComponent,
|
||||
SharedToolbarModule
|
||||
],
|
||||
declarations: [AcaViewerComponent],
|
||||
|
Reference in New Issue
Block a user