UNPKG

ng-field

Version:

This package ng-field lets you handle errors in your forms.

10 lines (9 loc) 271 B
import { OnInit } from '@angular/core'; import { FormControl } from '@angular/forms'; export declare class FieldComponent implements OnInit { label: string; control: FormControl; errorRequired: FormControl; constructor(); ngOnInit(): void; }