ng-material-multilevel-menu icon indicating copy to clipboard operation
ng-material-multilevel-menu copied to clipboard

Can't bind to 'configuration' since it isn't a known property of 'ng-material-multilevel-menu'

Open barkhasjsu opened this issue 3 years ago • 3 comments

core.js:13967 'ng-material-multilevel-menu' is not a known element:

  1. If 'ng-material-multilevel-menu' is an Angular component, then verify that it is part of this module.
  2. If 'ng-material-multilevel-menu' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.

I have followed all steps given in ReadMe. dependencies added: "@angular/animations": "^10.0.3", "@angular/cdk": "^10.0.1", "@angular/material": "^10.2.7", "ng-material-multilevel-menu": "^5.5.3"

can you please check what I am missing in my code?

barkhasjsu avatar Mar 12 '21 21:03 barkhasjsu

I've facing same issue, is there any solution?

ersamrow avatar May 08 '21 10:05 ersamrow

Change the version -> install this version ->"ng-material-multilevel-menu": "^4.12.4",

npm i [email protected]

Hope this helps.

abhinavakhil avatar Feb 10 '22 08:02 abhinavakhil

I've facing same issue. any solution yet?

adhdforge avatar Jul 23 '22 07:07 adhdforge

Try installing latest version,see if that works, Thanks

ShankyTiwari avatar Jul 08 '23 21:07 ShankyTiwari