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