• Overview
@angular/forms/signals/compat

CompatFormOptions

Type Alias

Options that may be specified when creating a compat form.

API

    
      type CompatFormOptions<TModel> = Omit<FormOptions<TModel>, 'adapter'>
    
    
Jump to details