UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

19 lines 990 B
import * as i0 from "@angular/core"; import * as i1 from "./modal-confirm.component"; import * as i2 from "./modal.component"; import * as i3 from "./popover-confirm.component"; import * as i4 from "ngx-bootstrap/modal"; import * as i5 from "../common/common.module"; import * as i6 from "ngx-bootstrap/popover"; /** * The angular module definition for modal. * @exports ConfirmModalComponent * @exports ModalComponent * @exports PopoverConfirmComponent */ export declare class ModalModule { static ɵfac: i0.ɵɵFactoryDeclaration<ModalModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<ModalModule, [typeof i1.ConfirmModalComponent, typeof i2.ModalComponent, typeof i3.PopoverConfirmComponent], [typeof i4.ModalModule, typeof i5.CommonModule, typeof i6.PopoverModule], [typeof i1.ConfirmModalComponent, typeof i2.ModalComponent, typeof i3.PopoverConfirmComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<ModalModule>; } //# sourceMappingURL=modal.module.d.ts.map