📌  相关文章
📜  错误:如果在表单标签中使用 ngModel,则必须设置 name 属性,或者必须在 ngModelOptions 中将表单控件定义为“独立”. - Javascript代码示例

📅  最后修改于: 2022-03-11 15:01:28.746000             🧑  作者: Mango

代码示例3
// If form is used, all the input fields which have [(ngModel)]="" must have 
// an attribute name with a value.