UNPKG

ng2-easyform

Version:

angular2 angular4 ng2

14 lines (13 loc) 401 B
import { OnInit } from '@angular/core'; import { FormGroup, AbstractControl, ValidationErrors } from '@angular/forms'; export declare class MdTextareaComponent implements OnInit { field: any; form: FormGroup; lable: string; span: number; errors: ValidationErrors; errorsKeys: String[]; fieldControl: AbstractControl; constructor(); ngOnInit(): void; }