@netgrif/components
Version:
Netgrif Application Engine frontend Angular components
9 lines (8 loc) • 475 B
TypeScript
import { AbstractTreeComponent, CaseTreeService } from '@netgrif/components-core';
import * as i0 from "@angular/core";
export declare class TreeComponent extends AbstractTreeComponent {
protected _treeService: CaseTreeService;
constructor(_treeService: CaseTreeService);
static ɵfac: i0.ɵɵFactoryDeclaration<TreeComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TreeComponent, "nc-tree-component", never, {}, {}, never, never, false, never>;
}