@fluent-form/core
Version:
An Angular dynamic forms library powered by Fluent API and JSON.
15 lines (14 loc) • 707 B
TypeScript
import type { AbstractControl } from '@angular/forms';
import type { AnyObject } from '@ngify/core';
import { TemplateRefHolder } from '../../directives';
import type { AbstractSchema } from '../../schemas';
import * as i0 from "@angular/core";
export interface FormFieldContentContext {
control: AbstractControl;
model: AnyObject;
schema: AbstractSchema;
}
export declare abstract class AbstractFormFieldContentComponent extends TemplateRefHolder<FormFieldContentContext> {
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractFormFieldContentComponent, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractFormFieldContentComponent, never, never, {}, {}, never, never, true, never>;
}