column

To intialize the column count of the fields with in the row.

  • Type: number

  • Default: 3

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

export class MyTestApp {

    public ngMatFormsOptions: NgMatFormOptions = {
        column: 3
        // other options...
    };
}

Last updated