Angular2 Error: There is no directive with “exportAs” set to “ngForm”

后端 未结 11 2414
小鲜肉
小鲜肉 2020-12-01 13:33

i\'m on the RC4 and i\'m getting the error There is no directive with \"exportAs\" set to \"ngForm\" because of my template :

11条回答
  •  离开以前
    2020-12-01 14:03

    if ngModule is not working in input means try...remove double quotes around ngModule

    like

    
    

    instead of above

     try this
    

提交回复
热议问题