@obliczeniowo/elementary
Version:
Library made in Angular version 19
13 lines (12 loc) • 830 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./components/tree/tree.component";
import * as i2 from "./components/vertical-arrow/vertical-arrow.component";
import * as i3 from "./components/tree/tree-item/tree-item.component";
import * as i4 from "@angular/common";
import * as i5 from "@obliczeniowo/elementary/loading";
import * as i6 from "@obliczeniowo/elementary/icons";
export declare class TreeModule {
static ɵfac: i0.ɵɵFactoryDeclaration<TreeModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<TreeModule, [typeof i1.TreeComponent, typeof i2.VerticalArrowComponent, typeof i3.TreeItemComponent], [typeof i4.CommonModule, typeof i5.LoadingModule, typeof i6.IconsModule], [typeof i1.TreeComponent, typeof i2.VerticalArrowComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<TreeModule>;
}