bitfront-library
Version:
Angular CLI project with components and classes used by other Angular projects of the BIT foundation.
13 lines (12 loc) • 554 B
TypeScript
import { AyudaService } from "../service/ayuda.service";
import * as i0 from "@angular/core";
export declare class BitBotonAyudaComponent {
private ayudaService;
ayuda: string;
boton: boolean;
extraClass: string;
constructor(ayudaService: AyudaService);
mostrarAyuda(): void;
static ɵfac: i0.ɵɵFactoryDef<BitBotonAyudaComponent, never>;
static ɵcmp: i0.ɵɵComponentDefWithMeta<BitBotonAyudaComponent, "bit-boton-ayuda", never, { "ayuda": "ayuda"; "boton": "boton"; "extraClass": "extraClass"; }, {}, never, never>;
}