UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

24 lines 955 B
import { EventEmitter, OnInit } from '@angular/core'; import { EmittedCron, CronConfig, Base } from './export-schedules.interface'; import { CronService } from './cron.service'; import * as i0 from "@angular/core"; export declare class CronComponent implements OnInit { private cronService; cronIn: string; emitter: EventEmitter<EmittedCron>; emittedCron: EmittedCron; base: Base; cronConfig: CronConfig; daysOfWeekPosix: any[]; daysOfMonth: any[]; months: any[]; hours: any[]; minutes: any[]; intervals: any[]; constructor(cronService: CronService); ngOnInit(): void; onChangeSelect(): void; static ɵfac: i0.ɵɵFactoryDeclaration<CronComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<CronComponent, "cron", never, { "cronIn": { "alias": "cronIn"; "required": false; }; }, { "emitter": "emitter"; }, never, never, true, never>; } //# sourceMappingURL=cron.component.d.ts.map