@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
22 lines • 1.44 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "ngx-bootstrap/dropdown";
import * as i2 from "../common/common.module";
import * as i3 from "../list-group/list-group.module";
import * as i4 from "../forms/forms.module";
import * as i5 from "../i18n/name-transform.pipe";
import * as i6 from "./select.component";
import * as i7 from "./select-legacy.component";
import * as i8 from "./typeahead.component";
import * as i9 from "./selected-items.component";
import * as i10 from "./select-item.directive";
import * as i11 from "./selected-items.directive";
/**
* The angular module definition for a select.
* @exports SelectComponent
*/
export declare class SelectModule {
static ɵfac: i0.ɵɵFactoryDeclaration<SelectModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<SelectModule, never, [typeof i1.BsDropdownModule, typeof i2.CommonModule, typeof i3.ListGroupModule, typeof i4.FormsModule, typeof i5.NameTransformPipe, typeof i6.SelectComponent, typeof i7.SelectLegacyComponent, typeof i8.TypeaheadComponent, typeof i9.SelectedItemsComponent, typeof i10.SelectItemDirective, typeof i11.SelectedItemsDirective], [typeof i6.SelectComponent, typeof i7.SelectLegacyComponent, typeof i8.TypeaheadComponent, typeof i9.SelectedItemsComponent, typeof i10.SelectItemDirective, typeof i11.SelectedItemsDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<SelectModule>;
}
//# sourceMappingURL=select.module.d.ts.map