I currently explore Angular demo1 template and i trying to create dynamic sidebar menu, aside menu with information is loading from database (API). Pls advice.
Thanks.
I dont have any file like 'demo1/src/app/_metronic/layout/components/aside/aside-menu/aside-menu.component.html' i have only static sidebar file can you tell me what is the problem here
Hi,
Try to do a request to your server in src/app/_metronic/layout/components/aside/aside-menu/aside-menu.component.ts
and render the menu based on the response.
Actually, nothing to advise you, cause you can use a template of the menu in demo1/src/app/_metronic/layout/components/aside/aside-menu/aside-menu.component.html
file.
Regards,
Keenthemes support