@netgrif/components
Version:
Netgrif Application Engine frontend Angular components
15 lines (14 loc) • 1.18 kB
TypeScript
import { AbstractTreeTaskContentComponent, AssignTaskService, CancelTaskService, FinishTaskService, TaskContentService, TaskEventService, TreeTaskContentService, PermissionService } from '@netgrif/components-core';
import * as i0 from "@angular/core";
export declare class TreeTaskContentComponent extends AbstractTreeTaskContentComponent {
protected _treeTaskContentService: TreeTaskContentService;
protected _taskEventService: TaskEventService;
protected _assign: AssignTaskService;
protected _cancel: CancelTaskService;
protected _finish: FinishTaskService;
protected _taskContentService: TaskContentService;
protected _permissionService: PermissionService;
constructor(_treeTaskContentService: TreeTaskContentService, _taskEventService: TaskEventService, _assign: AssignTaskService, _cancel: CancelTaskService, _finish: FinishTaskService, _taskContentService: TaskContentService, _permissionService: PermissionService);
static ɵfac: i0.ɵɵFactoryDeclaration<TreeTaskContentComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TreeTaskContentComponent, "nc-tree-task-content", never, {}, {}, never, never, false, never>;
}