mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-01 14:41:32 +00:00
committed by
Denys Vuika
parent
473241f792
commit
9655e51943
@@ -18,14 +18,14 @@
|
||||
import { Injectable } from '@angular/core';
|
||||
import { ContentActionHandler } from '../models/content-action.model';
|
||||
import { DocumentListService } from './document-list.service';
|
||||
import { ContentService } from 'ng2-alfresco-core';
|
||||
import { AlfrescoContentService } from 'ng2-alfresco-core';
|
||||
|
||||
@Injectable()
|
||||
export class DocumentActionsService {
|
||||
private handlers: { [id: string]: ContentActionHandler; } = {};
|
||||
|
||||
constructor(private documentListService?: DocumentListService,
|
||||
private contentService?: ContentService) {
|
||||
private contentService?: AlfrescoContentService) {
|
||||
this.setupActionHandlers();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user