Hello,
I was curious if anyone had any insight into the Menu Components in Ionic 2. Right now I can get the Menu Component to work no problem when the is in the same html file as the or app.js template/templateUrl; however, if I want to add the into another HTML page or as a component, it acts like the Menu Component isn’t even there. If it is in any other piece of html where the is not, it won’t work. I noticed that I can get the to work if I add another to whichever page I am adding it to, but this causes another host of errors. Does anyone have experience adding ionic’s menu compoent in other pages then the root page?