ShankyTiwari / ng-material-multilevel-menu

:page_facing_up: Material Multi-Level Menu for Angular Projects
http://plugins.codershood.info/#/plugins/ngmm-plugin
MIT License
98 stars 55 forks source link

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

Closed barkhasjsu closed 1 year ago

barkhasjsu commented 3 years ago

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?

ersamrow commented 3 years ago

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

abhinavakhil commented 2 years ago

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

npm i angular-material-multilevel-menu@4.12.4

Hope this helps.

adhdforge commented 2 years ago

I've facing same issue. any solution yet?

ShankyTiwari commented 1 year ago

Try installing latest version,see if that works, Thanks