79203873

Date: 2024-11-19 14:49:18
Score: 1
Natty:
Report link

I found the answer in this stackoverflow page In my case It worked by importing the module MatMenuModule in myCompoenent.modules.ts

import {MatMenuModule} from '@angular/material/menu';

@NgModule({
    imports: [
      MatMenuModule,
... ]
Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Whitelisted phrase (-1): It worked
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: nohaSan