ts, change FormsModule to ReactiveFormsModule (two places). In app.component,html, add this form HTML: <form [formGroup]="myForm"> Naam: <input ...
確定! 回上一頁