Drag events are working and the menu is displayed, but the ion-buttons inside my component doesn’t fire the click event, I can’t select neigther the ion-input. I have to use a different component for this?.
I am not usign the ion-router-outle, I am using it over another page component, and works, I mean the menu show up. This is my component app-side-menu:
I think this is a bad suggestion in general. One of the most tedious aspects of writing webapps is how many things that would be build-time errors in a sane ecosystem turn into runtime errors in JavaScript. This line exacerbates that situation greatly, by willfully disabling build-time syntax checks that help finding silly typos quickly.
schemas: [CUSTOM_ELEMENTS_SCHEMA, NO_ERRORS_SCHEMA], I do not argue, I did not say that they need to be added, without this it will work. If I don’t understand something, can you please explain
I’m just trying to discourage people from copy-pasting that specific part of your code, because it blinds the compiler to things that you generally want it to complain about.
I don’t really need all that, because my problem was I was trying to use the menu in a module, and not in the appcomponent, so I tried to bind it to a diferent component instead the router-outlet. Actually this is what I want to but I guess I cant dot like this for now at least. Thank you very much for your time.