Having just started exploring Ionic, I find myself in need of assistance with regards to navigation. I kicked off the project utilizing the sidemenus starter template which is a basic structure displaying items in a playlist using a playlist control. However, I have hit a roadblock! How do I enable users to access a unique page for each item on the list? What's the step-by-step process involved?
Should I initially create a new state in app.js or could I simply generate a new folder and include a fresh HTML file? And then where exactly should the path be specified for navigating to this newly created page?