UNPKG

@netgrif/components

Version:

Netgrif Application Engine frontend Angular components

12 lines (11 loc) 766 B
import { AbstractTaskListComponent, InjectedTabData, LoggerService, TaskViewService } from '@netgrif/components-core'; import { ActivatedRoute } from '@angular/router'; import * as i0 from "@angular/core"; export declare class TaskListComponent extends AbstractTaskListComponent { protected _taskViewService: TaskViewService; protected _log: LoggerService; protected route?: ActivatedRoute; constructor(_taskViewService: TaskViewService, _log: LoggerService, injectedTabData: InjectedTabData, route?: ActivatedRoute); static ɵfac: i0.ɵɵFactoryDeclaration<TaskListComponent, [null, null, { optional: true; }, null]>; static ɵcmp: i0.ɵɵComponentDeclaration<TaskListComponent, "nc-task-list", never, {}, {}, never, never, false, never>; }