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
lastName: new FormControl({value: '', disabled: true}, Validators.compose([Validators.required])),