@ngx-formly/core
Version:
Formly is a dynamic (JSON powered) form library for Angular that bring unmatched maintainability to your application's forms.
20 lines (19 loc) • 1.04 kB
TypeScript
import { OnChanges, QueryList, TemplateRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class FormlyTemplate implements OnChanges {
ref: TemplateRef<any>;
name: string;
constructor(ref: TemplateRef<any>);
ngOnChanges(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<FormlyTemplate, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<FormlyTemplate, "[formlyTemplate]", never, { "name": { "alias": "formlyTemplate"; "required": false; }; }, {}, never, never, true, never>;
}
export declare class LegacyFormlyTemplate extends FormlyTemplate {
static ɵfac: i0.ɵɵFactoryDeclaration<LegacyFormlyTemplate, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<LegacyFormlyTemplate, "[formlyTemplate]", never, {}, {}, never, never, false, never>;
}
export declare class FormlyFieldTemplates {
templates: QueryList<FormlyTemplate>;
static ɵfac: i0.ɵɵFactoryDeclaration<FormlyFieldTemplates, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<FormlyFieldTemplates>;
}