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