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

Опубликовано: 19 Декабрь 2017
на канале: 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.