igniteui-angular
Version:
Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps
17 lines (16 loc) • 1.29 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./time-picker.component";
import * as i2 from "../date-common/picker-icons.common";
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 IgxTimePickerModule {
static ɵfac: i0.ɵɵFactoryDeclaration<IgxTimePickerModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<IgxTimePickerModule, never, [typeof i1.IgxTimePickerComponent, typeof i2.IgxPickerActionsDirective, typeof i2.IgxPickerToggleComponent, typeof i2.IgxPickerClearComponent, typeof i3.IgxLabelDirective, typeof i4.IgxPrefixDirective, typeof i5.IgxSuffixDirective, typeof i6.IgxHintDirective], [typeof i1.IgxTimePickerComponent, typeof i2.IgxPickerActionsDirective, typeof i2.IgxPickerToggleComponent, typeof i2.IgxPickerClearComponent, typeof i3.IgxLabelDirective, typeof i4.IgxPrefixDirective, typeof i5.IgxSuffixDirective, typeof i6.IgxHintDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<IgxTimePickerModule>;
}