Trying to use the Angular 7 MD mat-autocomplete but getting this error: Can't bind to 'formControl' since it isn't a known property of 'input'. and then If 'mat-option' is an Angular component, then verify that it is part of this module.
I have imported the relevant modules into my app.module.ts and my home.page.ts.