UNPKG

@netgrif/components-core

Version:

Netgrif Application engine frontend core Angular library

16 lines (15 loc) 1.06 kB
import { OnDestroy } from "@angular/core"; import { Subscription } from "rxjs"; import { TaskViewService } from "./service/task-view.service"; import { InjectedTabbedTaskViewData } from "./models/injected-tabbed-task-view-data"; import { ActivatedRoute } from "@angular/router"; import { AbstractSingleTaskViewComponent } from "./abstract-single-task-view.component"; import * as i0 from "@angular/core"; export declare abstract class AbstractTabbedSingleTaskViewComponent extends AbstractSingleTaskViewComponent implements OnDestroy { protected _injectedTabData: InjectedTabbedTaskViewData; protected subTaskView: Subscription; protected constructor(taskViewService: TaskViewService, _injectedTabData: InjectedTabbedTaskViewData, _activatedRoute?: ActivatedRoute); ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<AbstractTabbedSingleTaskViewComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<AbstractTabbedSingleTaskViewComponent, "ncc-abstract-tabbed-single-task-view", never, {}, {}, never, never, false, never>; }