Fix Uncaught Error template parse errors can't bind to 'ngModel' since it isn't a known property

Published: 19 December 2017
on channel: CGuider
2,630
15

This video tutorial is about fixing the Uncaught Error template parse errors can't bind to 'ngModel' since it isn't a known property error of 'input' in Windows.

This because you have missed importing the FormsModule in your module. So to fix the issue, import the FormsModule in your nearest module.