igniteui-angular-inputs
Version:
Ignite UI Angular input components for building rich data visualizations for modern web apps.
15 lines (14 loc) • 978 B
TypeScript
import { EnvironmentProviders } from '@angular/core';
import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "igniteui-angular-core";
import * as i3 from "./igx-x-input-module";
import * as i4 from "./igx-x-label-module";
import * as i5 from "./igx-x-input-group-component";
export declare function provideIgxXInputGroup(): EnvironmentProviders;
export declare function registerIgxXInputGroup(): void;
export declare class IgxXInputGroupModule {
static ɵfac: i0.ɵɵFactoryDeclaration<IgxXInputGroupModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<IgxXInputGroupModule, never, [typeof i1.CommonModule, typeof i2.IgxChildContentModule, typeof i3.IgxXInputModule, typeof i4.IgxXLabelModule, typeof i5.IgxXInputGroupComponent], [typeof i2.IgxChildContentModule, typeof i3.IgxXInputModule, typeof i4.IgxXLabelModule, typeof i5.IgxXInputGroupComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<IgxXInputGroupModule>;
}