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

8 lines (7 loc) 282 B
import { ViewContainerRef } from '@angular/core'; import { FieldWrapper } from '@ngx-formly/core'; export declare class FormlyWrapperAddons extends FieldWrapper { fieldComponent: ViewContainerRef; addonRightClick($event: any): void; addonLeftClick($event: any): void; }