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

preview_player
Показать описание
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.
Рекомендации по теме
Комментарии
Автор

I see this error when I deploy the solution to Azure. Not sure how to set it up in Azure environment.

satyanagenderguthula