bitfront-library
Version:
Angular CLI project with components and classes used by other Angular projects of the BIT foundation.
13 lines (12 loc) • 550 B
TypeScript
import { FormControl } from "@angular/forms";
import { FocusService } from "../service/focus.service";
import * as i0 from "@angular/core";
export declare class BitControlMessages {
private focusService;
control: FormControl;
field: string;
constructor(focusService: FocusService);
get errorMessage(): any;
static ɵfac: i0.ɵɵFactoryDef<BitControlMessages, never>;
static ɵcmp: i0.ɵɵComponentDefWithMeta<BitControlMessages, "control-messages", never, { "control": "control"; "field": "field"; }, {}, never, never>;
}