cocori-ng
Version:
Cocori-ng is an Angular full of great components & utilites based on Material
9 lines (8 loc) • 389 B
TypeScript
import { UntypedFormGroup } from '@angular/forms';
import * as i0 from "@angular/core";
export declare class FormHelperService {
countControlsForm(form: UntypedFormGroup): number;
keysControlsForm(form: UntypedFormGroup): string[];
static ɵfac: i0.ɵɵFactoryDeclaration<FormHelperService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<FormHelperService>;
}