igniteui-angular
Version:
Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps
13 lines (12 loc) • 774 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./tree.component";
import * as i2 from "./tree-node/tree-node.component";
/**
* @hidden
* IMPORTANT: The following is NgModule exported for backwards-compatibility before standalone components
*/
export declare class IgxTreeModule {
static ɵfac: i0.ɵɵFactoryDeclaration<IgxTreeModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<IgxTreeModule, never, [typeof i1.IgxTreeComponent, typeof i2.IgxTreeNodeComponent, typeof i2.IgxTreeNodeLinkDirective, typeof i1.IgxTreeExpandIndicatorDirective], [typeof i1.IgxTreeComponent, typeof i2.IgxTreeNodeComponent, typeof i2.IgxTreeNodeLinkDirective, typeof i1.IgxTreeExpandIndicatorDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<IgxTreeModule>;
}