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

feat: Add isMenuReady() event for menu component #151

Closed marxsk closed 3 years ago

marxsk commented 3 years ago

Previously, when menu items were changed after component initialization, it was not possible to easily know when IDs are assigned to these items. This commit trigger an event isMenuReady() after data are validated and IDs are assigned.