Posts by Lucas Simões • 101 points
1 post
-
0
votes2
answers17539
viewsA: Can’t bind to 'ngModel' Since it isn’t a known Property of 'input'
If after importing FormsModule the problem persist, check if there is no <input> with the same name of another within your HTML. Below I leave an example explaining what I say, see the…