mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACA-3614] Add a way to not show info drawer header (#5848)
This commit is contained in:
@@ -50,6 +50,10 @@ export class InfoDrawerComponent {
|
||||
@Input()
|
||||
selectedIndex: number = 0;
|
||||
|
||||
/** The visibility of the header. */
|
||||
@Input()
|
||||
showHeader: boolean = true;
|
||||
|
||||
/** Emitted when the currently active tab changes. */
|
||||
@Output()
|
||||
currentTab: EventEmitter<number> = new EventEmitter<number>();
|
||||
|
Reference in New Issue
Block a user