UNPKG

867 BTypeScriptView Raw
1import './rxjs-imports';
2import * as i0 from "@angular/core";
3import * as i1 from "./draggable/node-draggable.directive";
4import * as i2 from "./tree.component";
5import * as i3 from "./editable/node-editable.directive";
6import * as i4 from "./menu/node-menu.component";
7import * as i5 from "./tree-internal.component";
8import * as i6 from "./utils/safe-html.pipe";
9import * as i7 from "@angular/common";
10export declare class TreeModule {
11 static ɵfac: i0.ɵɵFactoryDeclaration<TreeModule, never>;
12 static ɵmod: i0.ɵɵNgModuleDeclaration<TreeModule, [typeof i1.NodeDraggableDirective, typeof i2.TreeComponent, typeof i3.NodeEditableDirective, typeof i4.NodeMenuComponent, typeof i5.TreeInternalComponent, typeof i6.SafeHtmlPipe], [typeof i7.CommonModule], [typeof i2.TreeComponent]>;
13 static ɵinj: i0.ɵɵInjectorDeclaration<TreeModule>;
14}