I faced this issue, but none of the answers here worked for me. I googled and found that FormsModule not shared with Feature Modules
So If your form is in a featured module, then you have to import and add the FromsModule there.
Please ref: https://github.com/angular/angular/issues/11365