The Jukebox UI
Implement the UI for the Ionic Jukebox application.
Let’s move on to the templating for the HomePage
component.
The home page template
Changes to the template
Despite having the logic in place to manage audio playback and interaction, we haven’t yet implemented the actual UI for the application.
Let’s do that now by opening the src/app/home/home.page.html
component view and making the following changes (changes are highlighted):
Get hands-on with 1200+ tech skills courses.