UNPKG

bitfront-library

Version:

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

13 lines (12 loc) 543 B
import { AyudaContextual } from "../data/ayudacontextual"; import { AyudaService } from "../service/ayuda.service"; import * as i0 from "@angular/core"; export declare class BitHelpComponent { protected ayudaService: AyudaService; ayuda: AyudaContextual; constructor(ayudaService: AyudaService); /** Oculta el modal con los avisos */ hideAyuda(): void; static ɵfac: i0.ɵɵFactoryDef<BitHelpComponent, never>; static ɵcmp: i0.ɵɵComponentDefWithMeta<BitHelpComponent, "bit-help", never, {}, {}, never, never>; }