UNPKG

igniteui-angular

Version:

Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps

18 lines (17 loc) 1.44 kB
import * as i0 from "@angular/core"; import * as i1 from "./select.component"; import * as i2 from "./select-item.component"; import * as i3 from "./select-group.component"; import * as i4 from "../directives/label/label.directive"; import * as i5 from "../directives/prefix/prefix.directive"; import * as i6 from "../directives/suffix/suffix.directive"; import * as i7 from "../directives/hint/hint.directive"; /** * @hidden * IMPORTANT: The following is NgModule exported for backwards-compatibility before standalone components */ export declare class IgxSelectModule { static ɵfac: i0.ɵɵFactoryDeclaration<IgxSelectModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<IgxSelectModule, never, [typeof i1.IgxSelectComponent, typeof i2.IgxSelectItemComponent, typeof i3.IgxSelectGroupComponent, typeof i1.IgxSelectHeaderDirective, typeof i1.IgxSelectFooterDirective, typeof i1.IgxSelectToggleIconDirective, typeof i4.IgxLabelDirective, typeof i5.IgxPrefixDirective, typeof i6.IgxSuffixDirective, typeof i7.IgxHintDirective], [typeof i1.IgxSelectComponent, typeof i2.IgxSelectItemComponent, typeof i3.IgxSelectGroupComponent, typeof i1.IgxSelectHeaderDirective, typeof i1.IgxSelectFooterDirective, typeof i1.IgxSelectToggleIconDirective, typeof i4.IgxLabelDirective, typeof i5.IgxPrefixDirective, typeof i6.IgxSuffixDirective, typeof i7.IgxHintDirective]>; static ɵinj: i0.ɵɵInjectorDeclaration<IgxSelectModule>; }