bitfront-library
Version:
Angular CLI project with components and classes used by other Angular projects of the BIT foundation.
16 lines (15 loc) • 779 B
TypeScript
import { ChangeDetectorRef } from "@angular/core";
import { AyudaService } from "../../service/ayuda.service";
import { BitCustomComponent } from "./bit-custom.component";
import * as i0 from "@angular/core";
export declare const CUSTOM_INPUT_SWITCH_CONTROL_VALUE_ACCESSOR: any;
export declare class BitSwitchComponent extends BitCustomComponent {
protected ayudaService: AyudaService;
protected changeDetectorRef: ChangeDetectorRef;
constructor(ayudaService: AyudaService, changeDetectorRef: ChangeDetectorRef);
get value(): any;
set value(v: any);
get value_lectura(): string;
static ɵfac: i0.ɵɵFactoryDef<BitSwitchComponent, never>;
static ɵcmp: i0.ɵɵComponentDefWithMeta<BitSwitchComponent, "bit-switch", never, {}, {}, never, ["*"]>;
}