Fix shared service design issue (#2399)

This commit is contained in:
Popovics András
2017-09-29 16:28:02 +01:00
committed by Eugenio Romano
parent 5f48c6ef26
commit 33787b0427

View File

@@ -27,7 +27,11 @@ import { ContentActionListComponent } from './content-action-list.component';
@Component({ @Component({
selector: 'content-action', selector: 'content-action',
template: '' template: '',
providers: [
DocumentActionsService,
FolderActionsService
]
}) })
export class ContentActionComponent implements OnInit, OnChanges { export class ContentActionComponent implements OnInit, OnChanges {