@ngx-formly/core
Version:
Formly is a dynamic (JSON powered) form library for Angular that bring unmatched maintainability to your application's forms.
19 lines (18 loc) • 1.35 kB
TypeScript
import { ModuleWithProviders } from '@angular/core';
import { ConfigOption } from './models';
import * as i0 from "@angular/core";
import * as i1 from "./components/formly.template";
import * as i2 from "./components/formly.form";
import * as i3 from "./components/formly.field";
import * as i4 from "./templates/formly.attributes";
import * as i5 from "./templates/formly.validation-message";
import * as i6 from "./templates/formly.group";
import * as i7 from "./templates/field-template.type";
import * as i8 from "@angular/common";
export declare class FormlyModule {
static forRoot(config?: ConfigOption): ModuleWithProviders<FormlyModule>;
static forChild(config?: ConfigOption): ModuleWithProviders<FormlyModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<FormlyModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<FormlyModule, [typeof i1.LegacyFormlyTemplate, typeof i2.LegacyFormlyForm, typeof i3.LegacyFormlyField, typeof i4.LegacyFormlyAttributes, typeof i5.LegacyFormlyValidationMessage, typeof i6.FormlyGroup, typeof i7.FormlyTemplateType], [typeof i8.CommonModule], [typeof i1.LegacyFormlyTemplate, typeof i2.LegacyFormlyForm, typeof i3.LegacyFormlyField, typeof i4.LegacyFormlyAttributes, typeof i5.LegacyFormlyValidationMessage, typeof i6.FormlyGroup]>;
static ɵinj: i0.ɵɵInjectorDeclaration<FormlyModule>;
}