0
votes

I am trying to use the form in angular 11 but getting below error- Error: ./src/app/components/register/register.component.ts Module not found: Error: Can't resolve '../../../../node_modules/@angular/forms/forms' in 'C:\Users\Ram Chaurasiya\Desktop\Projects\MyRealtimeProjects\onlineLearningPortal\src\app\components\register'

1
Try npm install @angular/forms --saveKrunal Shah
I tried npm install @angular/forms --save also but didn't workRam Chaurasiya

1 Answers

0
votes

Please check your imports in register.component.ts It should be from "@angular/forms" only