Hello I have a project in development with ionic. And I need to display a sidemenu, but the examples I've gotten are using the ionic sidemenu template which works very differently. If you could explain me or place a link to see how I could do it
Hello I have a project in development with ionic. And I need to display a sidemenu, but the examples I've gotten are using the ionic sidemenu template which works very differently. If you could explain me or place a link to see how I could do it
It's simple, create a new component in the view ( HTML ) and add the following:
And this in the ".ts" file :
To use it in another component you will only have to add a button with the property
menuToggle
in this way: