I found the answer in this stackoverflow page In my case It worked by importing the module MatMenuModule in myCompoenent.modules.ts
MatMenuModule
import {MatMenuModule} from '@angular/material/menu';
@NgModule({ imports: [ MatMenuModule, ... ]