I already tried to follow the example of other answers from here and I did not succeed!
I created a reactive form (ie, dynamic) and I want to disable some fields at
This worked for me: this.form.get('first').disable({onlySelf: true});
this.form.get('first').disable({onlySelf: true});