In Angular, if you encounter the error "can't bind to 'ngModel' since it isn't a known property of 'input'", what is the most likely cause of this issue?
A) The ReactiveFormsModule is not imported into the Angular module.
B) The CommonModule is not imported into the Angular module.
C) The FormsModule is not imported into the Angular module.
D) The NgModel directive is misspelled in the template.