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.

5 lines (4 loc) 146 B
import { PipeTransform } from '@angular/core'; export declare class KeysPipe implements PipeTransform { transform(value: {}): string[]; }