mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
committed by
Eugenio Romano
parent
dc4d9e59e6
commit
f298e78392
Binary file not shown.
Before Width: | Height: | Size: 9.6 KiB |
@@ -20,15 +20,12 @@ import { Component, Input, Output, EventEmitter, ViewEncapsulation } from '@angu
|
||||
@Component({
|
||||
selector: 'adf-layout-header',
|
||||
templateUrl: './header.component.html',
|
||||
styleUrls: ['./header.component.scss'],
|
||||
encapsulation: ViewEncapsulation.None,
|
||||
host: { 'class': 'adf-layout-header' }
|
||||
host: { class: 'adf-layout-header' }
|
||||
})
|
||||
|
||||
export class HeaderLayoutComponent {
|
||||
|
||||
@Input() title: string;
|
||||
@Input() logo: string = './assets/logo.png';
|
||||
@Input() logo: string = './assets/images/logo.png';
|
||||
@Input() color: string;
|
||||
@Input() showSidenavToggle: boolean = true;
|
||||
@Output() clicked = new EventEmitter<any>();
|
||||
|
Reference in New Issue
Block a user