DEV Community

ssunkara79
ssunkara79

Posted on

updating Angular version

I am updating angular project version 6.0.1 to 9.1
below Issues are getting in html.

  1. No directive found with exportAs 'ngForm'. 2.Can't bind to 'ngModel' since it isn't a known property of 'input'.

I have included FormsModule, ReactiveFormsModule.

Please help me on this issue

Top comments (0)