UNPKG

@fluent-form/core

Version:

An Angular dynamic forms library powered by Fluent API and JSON.

15 lines (14 loc) 702 B
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 FormItemContentContext { control: AbstractControl; model: AnyObject; schema: AbstractSchema; } export declare abstract class AbstractFormItemContentComponent extends TemplateRefHolder<FormItemContentContext> { static ɵfac: i0.ɵɵFactoryDeclaration<AbstractFormItemContentComponent, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractFormItemContentComponent, never, never, {}, {}, never, never, true, never>; }