mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3358][ADF-3359][ADF-3360] Logo link and tooltip and hex colors (#3648)
* [ADF-3358] link on logo * [ADF-3358] test link on logo * [ADF-3360] tooltip on logo * [ADF-3360] update logo docs * [ADF-3359] allow hex color codes for the background color * [ADF-3358] better name for property
This commit is contained in:
committed by
Eugenio Romano
parent
70605c8982
commit
8d8ab1e682
@@ -17,6 +17,7 @@
|
||||
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { NgModule } from '@angular/core';
|
||||
import { RouterModule } from '@angular/router';
|
||||
import { MaterialModule } from '../material.module';
|
||||
import { SidenavLayoutContentDirective } from './directives/sidenav-layout-content.directive';
|
||||
import { SidenavLayoutHeaderDirective } from './directives/sidenav-layout-header.directive';
|
||||
@@ -29,7 +30,8 @@ import { HeaderLayoutComponent } from './components/header/header.component';
|
||||
@NgModule({
|
||||
imports: [
|
||||
CommonModule,
|
||||
MaterialModule
|
||||
MaterialModule,
|
||||
RouterModule
|
||||
],
|
||||
exports: [
|
||||
SidenavLayoutHeaderDirective,
|
||||
|
Reference in New Issue
Block a user