[disabled] = true
[disabled] = \"isDisabled\"
In the reactive form creation, you can add as below
this.form= this.formBuilder.group({ name: [{value: '', **disabled**: **true**}], });
the form value will be disbaled