UNPKG

bitfront-library

Version:

Angular CLI project with components and classes used by other Angular projects of the BIT foundation.

15 lines (14 loc) 766 B
import { ChangeDetectorRef } from "@angular/core"; import { AyudaService } from "../../service/ayuda.service"; import { BitCalendarComponent } from "./bit-calendar.component"; import * as i0 from "@angular/core"; export declare const CUSTOM_INPUT_DATE_CONTROL_VALUE_ACCESSOR: any; export declare class BitDateComponent extends BitCalendarComponent { protected ayudaService: AyudaService; protected changeDetectorRef: ChangeDetectorRef; constructor(ayudaService: AyudaService, changeDetectorRef: ChangeDetectorRef); transformData(value: any): any; get value_lectura(): string; static ɵfac: i0.ɵɵFactoryDef<BitDateComponent, never>; static ɵcmp: i0.ɵɵComponentDefWithMeta<BitDateComponent, "bit-date", never, {}, {}, never, ["*"]>; }