[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:
Suzana Dirla
2018-08-03 17:02:39 +03:00
committed by Eugenio Romano
parent 70605c8982
commit 8d8ab1e682
6 changed files with 34 additions and 8 deletions

View File

@@ -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,