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.