mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-09-17 14:21:14 +00:00
[ACA-1809] app header extensions (#659)
* move header to separate component * code fixes * project header buttons and menus * app menu example * delete empty style * logout action * update docs * and one more test
This commit is contained in:
@@ -32,8 +32,7 @@ import { ContentModule } from '@alfresco/adf-content-services';
|
||||
import { RouterModule } from '@angular/router';
|
||||
import { AppSidenavModule } from '../sidenav/sidenav.module';
|
||||
import { AppCommonModule } from '../common/common.module';
|
||||
import { AppCurrentUserModule } from '../current-user/current-user.module';
|
||||
import { AppSearchInputModule } from '../search/search-input.module';
|
||||
import { AppHeaderModule } from '../header/header.module';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
@@ -43,8 +42,7 @@ import { AppSearchInputModule } from '../search/search-input.module';
|
||||
ContentModule.forChild(),
|
||||
AppCommonModule,
|
||||
AppSidenavModule,
|
||||
AppCurrentUserModule,
|
||||
AppSearchInputModule
|
||||
AppHeaderModule
|
||||
],
|
||||
declarations: [LayoutComponent, SidenavViewsManagerDirective],
|
||||
exports: [LayoutComponent]
|
||||
|
Reference in New Issue
Block a user