mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-01 14:41:32 +00:00
[ADF-864] codelyzer form component (#2076)
This commit is contained in:
committed by
Eugenio Romano
parent
f5cc25bb64
commit
42fc4932b6
@@ -24,7 +24,7 @@ declare var componentHandler: any;
|
||||
selector: 'tabs-widget',
|
||||
templateUrl: './tabs.widget.html'
|
||||
})
|
||||
export class TabsWidget implements AfterContentChecked, AfterViewInit {
|
||||
export class TabsWidgetComponent implements AfterContentChecked, AfterViewInit {
|
||||
|
||||
@Input()
|
||||
tabs: TabModel[] = [];
|
||||
|
Reference in New Issue
Block a user