UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

19 lines 1.04 kB
import * as i0 from "@angular/core"; import * as i1 from "@c8y/ngx-components"; import * as i2 from "ngx-bootstrap/dropdown"; import * as i3 from "ngx-bootstrap/tooltip"; import * as i4 from "./export-schedules.component"; import * as i5 from "./schedule-modal.component"; import * as i6 from "./cron.component"; /** * The angular module definition for reports. * @exports ExportSchedulesComponent * @exports ScheduleModalComponent * @exports CronComponent */ export declare class ReportsModule { static ɵfac: i0.ɵɵFactoryDeclaration<ReportsModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<ReportsModule, never, [typeof i1.CoreModule, typeof i1.FormsModule, typeof i2.BsDropdownModule, typeof i3.TooltipModule, typeof i4.ExportSchedulesComponent, typeof i5.ScheduleModalComponent, typeof i6.CronComponent], [typeof i4.ExportSchedulesComponent, typeof i5.ScheduleModalComponent, typeof i6.CronComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<ReportsModule>; } //# sourceMappingURL=reports.module.d.ts.map