mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3880] fix header logo a11y (#4114)
* fix header logo a11y * fix test
This commit is contained in:
committed by
Eugenio Romano
parent
aee34184ca
commit
be4978a91c
@@ -27,11 +27,13 @@ import { LayoutContainerComponent } from './components/layout-container/layout-c
|
||||
import { SidebarActionMenuComponent, SidebarMenuDirective,
|
||||
SidebarMenuExpandIconDirective, SidebarMenuTitleIconDirective } from './components/sidebar-action/sidebar-action-menu.component';
|
||||
import { HeaderLayoutComponent } from './components/header/header.component';
|
||||
import { TranslateModule } from '@ngx-translate/core';
|
||||
@NgModule({
|
||||
imports: [
|
||||
CommonModule,
|
||||
MaterialModule,
|
||||
RouterModule
|
||||
RouterModule,
|
||||
TranslateModule.forChild()
|
||||
],
|
||||
exports: [
|
||||
SidenavLayoutHeaderDirective,
|
||||
|
Reference in New Issue
Block a user