UNPKG

@ngx-formly/bootstrap

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

5 lines (4 loc) 238 B
import { ConfigOption } from '@ngx-formly/core'; import { FormlyFieldCheckbox } from './types/types'; export declare const FIELD_TYPE_COMPONENTS: (typeof FormlyFieldCheckbox)[]; export declare const BOOTSTRAP_FORMLY_CONFIG: ConfigOption;