UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

19 lines 995 B
import * as i0 from "@angular/core"; import * as i1 from "ngx-bootstrap/modal"; import * as i2 from "../common/common.module"; import * as i3 from "ngx-bootstrap/popover"; import * as i4 from "./modal-confirm.component"; import * as i5 from "./modal.component"; import * as i6 from "./popover-confirm.component"; /** * 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, never, [typeof i1.ModalModule, typeof i2.CommonModule, typeof i3.PopoverModule, typeof i4.ConfirmModalComponent, typeof i5.ModalComponent, typeof i6.PopoverConfirmComponent], [typeof i4.ConfirmModalComponent, typeof i5.ModalComponent, typeof i6.PopoverConfirmComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<ModalModule>; } //# sourceMappingURL=modal.module.d.ts.map