mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Update 'core' readme
This commit is contained in:
@@ -119,29 +119,8 @@ export class DocumentList implements OnInit, AfterViewChecked, AfterContentInit,
|
||||
|
||||
contextActionHandler: Subject<any> = new Subject();
|
||||
|
||||
testActions: any[];
|
||||
|
||||
constructor(
|
||||
private _alfrescoService: AlfrescoService) {
|
||||
|
||||
this.testActions = [
|
||||
{
|
||||
title: 'Item 1',
|
||||
subject: new Subject()
|
||||
},
|
||||
{
|
||||
title: 'Item 2',
|
||||
subject: new Subject()
|
||||
},
|
||||
{
|
||||
title: 'Item 3',
|
||||
subject: new Subject()
|
||||
},
|
||||
{
|
||||
title: 'Item 4',
|
||||
subject: new Subject()
|
||||
}
|
||||
];
|
||||
}
|
||||
|
||||
getContextActions(node: MinimalNodeEntity) {
|
||||
|
Reference in New Issue
Block a user