in the top nav there is profile image in the theme when hovered over it opens a menu below. after login the hover stops working. if i refresh the page all works fine. this is running under angular. Any thoughts?
Hi Craig,
Thank you for your good suggestion. We will try our best to add more other frameworks support.
Thanks
Hi Craig,
Could you please try to reinitialize the dropdown? Maybe can put it in the mount function.
KTMenu.createInstances();
Thanks @Frizal that worked.
I had added (<any>window).KTMenu.createInstances(); to my ngOnInit() for the my navbar component that has this dropdown menu.
Keen really need to have a angular version of their theme like react to avoid all the issues with angular.