forma reativa desativando
this.form.controls['name'].disable(); // disable just name controller
or
this.form.disable(); // disable all
Anass Azeroual
this.form.controls['name'].disable(); // disable just name controller
or
this.form.disable(); // disable all
<button type="submit" [disabled]="!ngForm.valid">Submit</button>