@netgrif/components
Version:
Netgrif Application Engine frontend Angular components
13 lines (12 loc) • 879 B
TypeScript
import { AfterViewInit } from '@angular/core';
import { ActivatedRoute } from "@angular/router";
import { AbstractTaskViewComponent, PublicTaskLoadingService, TaskViewService } from '@netgrif/components-core';
import { HeaderComponent } from "../../../../../header/header.component";
import * as i0 from "@angular/core";
export declare class DefaultPublicTaskViewComponent extends AbstractTaskViewComponent implements AfterViewInit {
taskHeaderComponent: HeaderComponent;
constructor(taskViewService: TaskViewService, publicTaskLoadingService: PublicTaskLoadingService, activatedRoute: ActivatedRoute);
ngAfterViewInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<DefaultPublicTaskViewComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<DefaultPublicTaskViewComponent, "nc-default-public-task-view", never, {}, {}, never, never, false, never>;
}