bitfront-library
Version:
Angular CLI project with components and classes used by other Angular projects of the BIT foundation.
11 lines (10 loc) • 534 B
TypeScript
import { AyudaService } from "../../service/ayuda.service";
import { BitGeneralComponent } from "./bit-general.component";
import * as i0 from "@angular/core";
export declare class BitCheckBoxComponent extends BitGeneralComponent {
protected ayudaService: AyudaService;
constructor(ayudaService: AyudaService);
get value_lectura(): string;
static ɵfac: i0.ɵɵFactoryDef<BitCheckBoxComponent, never>;
static ɵcmp: i0.ɵɵComponentDefWithMeta<BitCheckBoxComponent, "bit-checkbox", never, {}, {}, never, ["*"]>;
}