... <form></form> 裡面用 [(ngModel)] 這個雙向綁定的Directive 的話,input 的欄位上就要有 name 的屬性,或是加上 [ngModelOptions]="{standalone: true}" 也可以。
確定! 回上一頁