import { AbstractControl } from '@angular/forms'; export interface FormGenerator{ buildForm():T }