> For the complete documentation index, see [llms.txt](https://msk-satheesh-5599.gitbook.io/ng-mat-forms/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://msk-satheesh-5599.gitbook.io/ng-mat-forms/attributes/options.md).

# Options

Type of the options is  **NgMatFormOptions.**

**Example:**

```typescript
import {NgMatFormOptions,NgMatFormFields} from 'ng-mat-forms';
// other imports here...

export class MyTestApp {

    public ngMatFormsOptions: NgMatFormOptions = {
        column: 3,
        errorMsgOnSubmit: false,
        floatLabel: 'auto',
        color: 'primary',
        appearance: 'legacy'
    };
}
```

Here are the articles in this section:

{% content-ref url="/pages/-LvcLKPzW5Xt0YCCB4U6" %}
[column](/ng-mat-forms/attributes/options/column.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LvcM6ysZMOuGTf9v--s" %}
[errorMsgOnSubmit](/ng-mat-forms/attributes/options/errormsgonsubmit.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LvcMZR8rgUcjo2E2XwV" %}
[floatLabel](/ng-mat-forms/attributes/options/floatlabel.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LvcYKaIttEUlFITpgdc" %}
[color](/ng-mat-forms/attributes/options/color.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LvcYiug4DcuOMTmeoag" %}
[appearance](/ng-mat-forms/attributes/options/appearance.md)
{% endcontent-ref %}
