I normally create my forms this way:
export class ModelXFormGroup extends FormGroup { constructor() { super({ property1: new FormControl() });