Add the below code in test.component.html file. <div> <form [formGroup]="formdata" (ngSubmit)="onClickSubmit(formdata.value)" > <input type= text" ...
確定! 回上一頁