Upgrading to angular 9 - @angular/flex-layout peer dependency to @angular/cdk
You have to update both dependencies at the same time. Had the same issue when only updating one at a time.
ng update @angular/material @angular/flex-layout
Hope this helps.
Fixed by:
npm uninstall @angular/flex-layout
ng update @angular/material
npm install @angular/flex-layout