UNPKG

@ng-flexy/form

Version:

Flexy components and tools to build Angular 8+ applications

4 lines (3 loc) 194 B
import { AbstractControl } from '@angular/forms'; export declare function isRequired(control: AbstractControl): boolean; export declare function markAsDirtyDeep(control: AbstractControl): void;