@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.
10 lines (9 loc) • 550 B
TypeScript
import { TemplateRef } from '@angular/core';
import { TreeNode } from '../models/tree-node.model';
import * as i0 from "@angular/core";
export declare class LoadingComponent {
template: TemplateRef<any>;
node: TreeNode;
static ɵfac: i0.ɵɵFactoryDeclaration<LoadingComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<LoadingComponent, "tree-loading-component", never, { "template": { "alias": "template"; "required": false; }; "node": { "alias": "node"; "required": false; }; }, {}, never, never, false, never>;
}