@odymaui/angular-tree-component
Version:
A simple yet powerful tree component for Angular16. WARNING: This is an unsupported fork for use in a dependent project to upgrade it to Angular 16. Unit tests pass and the example-app works as expected.
18 lines (17 loc) • 946 B
TypeScript
import { ViewContainerRef, TemplateRef, OnInit, OnDestroy, EmbeddedViewRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class TreeMobxAutorunDirective implements OnInit, OnDestroy {
protected templateRef: TemplateRef<any>;
protected viewContainer: ViewContainerRef;
protected templateBindings: {};
protected dispose: any;
protected view: EmbeddedViewRef<any>;
treeMobxAutorun: any;
constructor(templateRef: TemplateRef<any>, viewContainer: ViewContainerRef);
ngOnInit(): void;
shouldDetach(): any;
autoDetect(view: EmbeddedViewRef<any>): void;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<TreeMobxAutorunDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<TreeMobxAutorunDirective, "[treeMobxAutorun]", never, { "treeMobxAutorun": { "alias": "treeMobxAutorun"; "required": false; }; }, {}, never, never, false, never>;
}