How to disable all mat-form-fields, mat-checkbox, mat-button, fields if condition true?

Viewed 11

I want to disable all field like mat-form-field, mat-select, mat-button, and mat-checkbox if the condition return true, without using form-controller because it too many field in my form like 400-600 fields.

0 Answers
Related