What is the likely cause of the error message "Can't bind to 'formGroup' since it isn't a known property of 'form'" in Angular?
a) Missing FormsModule import in the module
b) Incorrect usage of FormBuilder
c) Using Angular 1 syntax
d) Lack of data binding