Angular 2 Form Validation Error “Unhandled Promise rejection: Cannot assign to a reference or variable!”

前端 未结 6 1041
面向向阳花
面向向阳花 2020-12-11 15:22

App.component.html



        
6条回答
  •  庸人自扰
    2020-12-11 15:50

    For me it was the use of the template var declaration pattern with *ngIf

    {{numVar}}

    It seems to be forbidden in production mode

提交回复
热议问题