import { Observable } from 'rxjs'; import { FormGroupState } from 'ngrx-forms'; export interface FormComponent
{ formState$: Observable>; }