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

Angular 16 compatibility #216

Closed eddiefrank closed 1 year ago

eddiefrank commented 1 year ago

Due to the removal of the Angular Compatibility Compiler (ngcc) in v16, projects on v16 and later no longer support View Engine libraries.

ShankyTiwari commented 1 year ago

hey @eddiefrank I have updated the project to Angular 16 with this https://github.com/ShankyTiwari/ng-material-multilevel-menu/pull/219 PR. You can now directly install it from NPM. Sorry for the delay Thanks