• Overview
@angular/forms/signals

FormOptions

interface

Options that may be specified when creating a form.

API

    
      interface FormOptions {}
    
    

injector

Injector | undefined

The injector to use for dependency injection. If this is not provided, the injector for the current injection context, will be used.

name

string | undefined

adapter

FieldAdapter | undefined

Adapter allows managing fields in a more flexible way. Currently this is used to support interop with reactive forms.

Jump to details