I am utilizing the mat menu to showcase the available options in my project as a breadcrumb. However, when I attempt to add a new item, it successfully adds to the database and reflects in the array object, but unfortunately, the Angular mat-menu does not update accordingly.
For reference, I have been using: https://stackblitz.com/edit/dynamic-nested-topnav-menu-vq6jmd?file=app%2Fapp.component.ts
Could you please provide guidance on how to ensure that the mat-menu loads data dynamically?