UNPKG

@nova-ui/dashboards

Version:

Nova Dashboards is a framework designed to provide feature developers with a common solution for presenting data coming from various sources within a single view, as well as a set of predefined widget visualizations that are 100% configuration-driven and

17 lines (16 loc) 932 B
import { AfterViewInit } from "@angular/core"; import { FormGroup } from "@angular/forms"; import { EventBus, IEvent, TimeframeService } from "@nova-ui/bits"; import { PizzagnaService } from "../../../../pizzagna/services/pizzagna.service"; import { PreviewService } from "../../preview.service"; import { BaseConverter } from "../base-converter"; import * as i0 from "@angular/core"; export declare class TimeseriesMetadataConverterService extends BaseConverter implements AfterViewInit { private timeframeService; constructor(eventBus: EventBus<IEvent>, previewService: PreviewService, pizzagnaService: PizzagnaService, timeframeService: TimeframeService); ngAfterViewInit(): void; buildForm(): void; toPreview(form: FormGroup): void; static ɵfac: i0.ɵɵFactoryDeclaration<TimeseriesMetadataConverterService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<TimeseriesMetadataConverterService>; }