UNPKG

@netgrif/components

Version:

Netgrif Application Engine frontend Angular components

11 lines (10 loc) 672 B
import { AbstractSingleTaskComponent, InjectedTabData, LoggerService } from '@netgrif/components-core'; import { ActivatedRoute } from '@angular/router'; import * as i0 from "@angular/core"; export declare class SingleTaskComponent extends AbstractSingleTaskComponent { protected _log: LoggerService; protected _route: ActivatedRoute; constructor(_log: LoggerService, _route: ActivatedRoute, _injectedTabData: InjectedTabData); static ɵfac: i0.ɵɵFactoryDeclaration<SingleTaskComponent, [null, null, { optional: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<SingleTaskComponent, "nc-single-task", never, {}, {}, never, never, false, never>; }