bitfront-library
Version:
Angular CLI project with components and classes used by other Angular projects of the BIT foundation.
14 lines (13 loc) • 750 B
TypeScript
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_DATETIME_CONTROL_VALUE_ACCESSOR: any;
export declare class BitDateTimeComponent extends BitCalendarComponent {
protected ayudaService: AyudaService;
protected changeDetectorRef: ChangeDetectorRef;
constructor(ayudaService: AyudaService, changeDetectorRef: ChangeDetectorRef);
get value_lectura(): string;
static ɵfac: i0.ɵɵFactoryDef<BitDateTimeComponent, never>;
static ɵcmp: i0.ɵɵComponentDefWithMeta<BitDateTimeComponent, "bit-datetime", never, {}, {}, never, ["*"]>;
}