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