UNPKG

igniteui-angular

Version:

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

17 lines (16 loc) 1.13 kB
import * as i0 from "@angular/core"; import * as i1 from "./input-group.component"; import * as i2 from "../directives/input/input.directive"; 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 IgxInputGroupModule { static ɵfac: i0.ɵɵFactoryDeclaration<IgxInputGroupModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<IgxInputGroupModule, never, [typeof i1.IgxInputGroupComponent, typeof i2.IgxInputDirective, typeof i3.IgxLabelDirective, typeof i4.IgxPrefixDirective, typeof i5.IgxSuffixDirective, typeof i6.IgxHintDirective], [typeof i1.IgxInputGroupComponent, typeof i2.IgxInputDirective, typeof i3.IgxLabelDirective, typeof i4.IgxPrefixDirective, typeof i5.IgxSuffixDirective, typeof i6.IgxHintDirective]>; static ɵinj: i0.ɵɵInjectorDeclaration<IgxInputGroupModule>; }