@progress/kendo-angular-treeview
Version:
Kendo UI TreeView for Angular
29 lines (28 loc) • 2.61 kB
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import * as i0 from "@angular/core";
import * as i1 from "./treeview.component";
import * as i2 from "./node-template.directive";
import * as i3 from "./check.directive";
import * as i4 from "./disable.directive";
import * as i5 from "./expand.directive";
import * as i6 from "./selection/select.directive";
import * as i7 from "./hierarchy-binding.directive";
import * as i8 from "./flat-binding.directive";
import * as i9 from "./drag-and-drop/drag-and-drop.directive";
import * as i10 from "./drag-and-drop/drag-clue/drag-clue-template.directive";
import * as i11 from "./drag-and-drop/drop-hint/drop-hint-template.directive";
import * as i12 from "./drag-and-drop/drag-and-drop-editing.directive";
import * as i13 from "./load-more/load-more.directive";
import * as i14 from "./load-more/load-more-button-template.directive";
import * as i15 from "./localization/custom-messages.component";
/**
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi']) definition for the TreeView component.
*/
export declare class TreeViewModule {
static ɵfac: i0.ɵɵFactoryDeclaration<TreeViewModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<TreeViewModule, never, [typeof i1.TreeViewComponent, typeof i2.NodeTemplateDirective, typeof i3.CheckDirective, typeof i4.DisableDirective, typeof i5.ExpandDirective, typeof i6.SelectDirective, typeof i7.HierarchyBindingDirective, typeof i8.FlatDataBindingDirective, typeof i9.DragAndDropDirective, typeof i10.DragClueTemplateDirective, typeof i11.DropHintTemplateDirective, typeof i12.DragAndDropEditingDirective, typeof i13.LoadMoreDirective, typeof i14.LoadMoreButtonTemplateDirective, typeof i15.CustomMessagesComponent], [typeof i1.TreeViewComponent, typeof i2.NodeTemplateDirective, typeof i3.CheckDirective, typeof i4.DisableDirective, typeof i5.ExpandDirective, typeof i6.SelectDirective, typeof i7.HierarchyBindingDirective, typeof i8.FlatDataBindingDirective, typeof i9.DragAndDropDirective, typeof i10.DragClueTemplateDirective, typeof i11.DropHintTemplateDirective, typeof i12.DragAndDropEditingDirective, typeof i13.LoadMoreDirective, typeof i14.LoadMoreButtonTemplateDirective, typeof i15.CustomMessagesComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<TreeViewModule>;
}