我需要迭代遍历不同的对象,同时制作表单,我想处理提交的方式就是使用它:
Parser Error: Got interpolation ({{}}) where expression was expected
问题在于我无法弄清楚如何让索引(u)进入字符串而不会抛出错误。
(ngSubmit)={{u}}
我知道
doAfterTerminate
会工作,但我也需要功能名称。
由于
答案 0 :(得分:2)
您不需要 {{}}
,因为错误说明应该是
<form (ngSubmit)="submitForm(u)">