igniteui-angular
Version:
Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps
16 lines (15 loc) • 1.33 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./accordion.component";
import * as i2 from "../expansion-panel/expansion-panel.component";
import * as i3 from "../expansion-panel/expansion-panel-header.component";
import * as i4 from "../expansion-panel/expansion-panel-body.component";
import * as i5 from "../expansion-panel/expansion-panel.directives";
/**
* @hidden
* IMPORTANT: The following is NgModule exported for backwards-compatibility before standalone components
*/
export declare class IgxAccordionModule {
static ɵfac: i0.ɵɵFactoryDeclaration<IgxAccordionModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<IgxAccordionModule, never, [typeof i1.IgxAccordionComponent, typeof i2.IgxExpansionPanelComponent, typeof i3.IgxExpansionPanelHeaderComponent, typeof i4.IgxExpansionPanelBodyComponent, typeof i5.IgxExpansionPanelDescriptionDirective, typeof i5.IgxExpansionPanelTitleDirective, typeof i5.IgxExpansionPanelIconDirective], [typeof i1.IgxAccordionComponent, typeof i2.IgxExpansionPanelComponent, typeof i3.IgxExpansionPanelHeaderComponent, typeof i4.IgxExpansionPanelBodyComponent, typeof i5.IgxExpansionPanelDescriptionDirective, typeof i5.IgxExpansionPanelTitleDirective, typeof i5.IgxExpansionPanelIconDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<IgxAccordionModule>;
}