mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-2103] Info Drawer - Provide a way to select a different tab (#2788)
* Provide a way to select a different tab * Fix the default value * Override the value through the html
This commit is contained in:
committed by
Eugenio Romano
parent
7653e5784d
commit
14c81ca978
@@ -37,6 +37,9 @@ export class InfoDrawerComponent {
|
||||
@Input()
|
||||
title: string|null = null;
|
||||
|
||||
@Input()
|
||||
selectedIndex: number = 0;
|
||||
|
||||
@Output()
|
||||
currentTab: EventEmitter<number> = new EventEmitter<number>();
|
||||
|
||||
|
Reference in New Issue
Block a user