export class AppComponent { myForm = this.fb.group({ name: [{ value: 'AAA', disabled: true }], email: [''], }); constructor(private fb: ...
確定! 回上一頁