Hi I’m building a App where I’m using the sidemenu. Some of my view are quite heavy on loading (before cashed). How can I show a overlay/spinner when I click a menuitem in the sidemenu and first hide the spinner and show the view (slide in the view) when all content in the view is loaded?
Onclick show the Ionic loader and trigger the view change. Then do all your loading and when the promise returns the new page would load - on resolve hide the loader.