To intialize the column count of the fields with in the row.
Type: numberDefault: 3
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 4 years ago