UNPKG

ng-bootstrap-form-generator

Version:

Angular 2 + Bootstrap 4 Form Generator. Library provides Angular components that help quickly generate Bootstrap Form from JavaScript object. Component supports validators, help messages, and error messages.

11 lines (10 loc) 393 B
import { FormControl } from '@angular/forms'; import { BsfControlOptions } from './bsf.options'; export declare class BsfControl extends BsfControlOptions { fc: FormControl; errors: string[]; constructor(options: BsfControlOptions); subcribeToFormChanges(): void; private _onStatusChanged(status); applyOptions(fc: FormControl, o: BsfControlOptions): void; }