UNPKG

wfw-ngx-formly

Version:

ngx-formly is an Angular 2 module which has a Components to help customize and render JavaScript/JSON configured forms. The formly-form Component and the FormlyConfig service are very powerful and bring unmatched maintainability to your application's form

7 lines (6 loc) 277 B
import { ModuleWithProviders } from '@angular/core'; import { ConfigOption } from './services/formly.config'; export declare class FormlyModule { static forRoot(config?: ConfigOption): ModuleWithProviders; static forChild(config?: ConfigOption): ModuleWithProviders; }