igniteui-angular
Version:
Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps
17 lines (16 loc) • 1.6 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./combo.component";
import * as i2 from "./combo.directives";
import * as i3 from "../directives/label/label.directive";
import * as i4 from "../directives/prefix/prefix.directive";
import * as i5 from "../directives/suffix/suffix.directive";
import * as i6 from "../directives/hint/hint.directive";
/**
* @hidden
* IMPORTANT: The following is NgModule exported for backwards-compatibility before standalone components
*/
export declare class IgxComboModule {
static ɵfac: i0.ɵɵFactoryDeclaration<IgxComboModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<IgxComboModule, never, [typeof i1.IgxComboComponent, typeof i2.IgxComboAddItemDirective, typeof i2.IgxComboClearIconDirective, typeof i2.IgxComboEmptyDirective, typeof i2.IgxComboFooterDirective, typeof i2.IgxComboHeaderDirective, typeof i2.IgxComboHeaderItemDirective, typeof i2.IgxComboItemDirective, typeof i2.IgxComboToggleIconDirective, typeof i3.IgxLabelDirective, typeof i4.IgxPrefixDirective, typeof i5.IgxSuffixDirective, typeof i6.IgxHintDirective], [typeof i1.IgxComboComponent, typeof i2.IgxComboAddItemDirective, typeof i2.IgxComboClearIconDirective, typeof i2.IgxComboEmptyDirective, typeof i2.IgxComboFooterDirective, typeof i2.IgxComboHeaderDirective, typeof i2.IgxComboHeaderItemDirective, typeof i2.IgxComboItemDirective, typeof i2.IgxComboToggleIconDirective, typeof i3.IgxLabelDirective, typeof i4.IgxPrefixDirective, typeof i5.IgxSuffixDirective, typeof i6.IgxHintDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<IgxComboModule>;
}