UNPKG

@netgrif/components

Version:

Netgrif Application Engine frontend Angular components

14 lines (13 loc) 829 B
import { AfterViewInit } from '@angular/core'; import { AbstractTaskViewComponent, TaskViewService } from '@netgrif/components-core'; import { HeaderComponent } from '../../../../../header/header.component'; import { ActivatedRoute } from '@angular/router'; import * as i0 from "@angular/core"; export declare class DefaultSimpleTaskViewComponent extends AbstractTaskViewComponent implements AfterViewInit { taskHeaderComponent: HeaderComponent; searchEnabled: boolean; constructor(taskViewService: TaskViewService, activatedRoute: ActivatedRoute); ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<DefaultSimpleTaskViewComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<DefaultSimpleTaskViewComponent, "nc-default-simple-task-view", never, {}, {}, never, never, false, never>; }