mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Fix shared service design issue (#2399)
This commit is contained in:
committed by
Eugenio Romano
parent
5f48c6ef26
commit
33787b0427
@@ -27,7 +27,11 @@ import { ContentActionListComponent } from './content-action-list.component';
|
||||
|
||||
@Component({
|
||||
selector: 'content-action',
|
||||
template: ''
|
||||
template: '',
|
||||
providers: [
|
||||
DocumentActionsService,
|
||||
FolderActionsService
|
||||
]
|
||||
})
|
||||
export class ContentActionComponent implements OnInit, OnChanges {
|
||||
|
||||
|
Reference in New Issue
Block a user