Hi,
How can I change tabs application to sidemenu , and Vice versa ??
Well its not as easy as copy/paste. It’s going to require you to redo your states and restructure your app essentially
ThnQ very much , but can you explain more because I am beginner
My recommendation is to create another ‘sidemenu’ app and look in app.js
to see how the code looks there. Once you figure out a little bit about the differences between the two you can start re-structuring your app. Good luck!
Thank you ,
But , my need is to add config at the application . This configuration should allow to choose the design of the application (Tabs, SideMenu).
there is any solution to résolve that ?