UNPKG

ngx-config-form

Version:
6 lines (5 loc) 183 B
import { FormGroup } from '@angular/forms'; export declare class Utils { static getErrorMsgs(info: object): any[]; static validateAllFormFields(formGroup: FormGroup): void; }