floatLabel

float label configuration

  • Type: FloatLabelType

  • Default: auto

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

export class MyTestApp {

    public ngMatFormsOptions: NgMatFormOptions = {
        column: 3,
        errorMsgOnSubmit: false //Field Changes trigger.
        floatLabel: ''
        // other options...
    };
}

Last updated