Wrapping Up

Finish up the Ionic Jukebox case study with a few final modifications.

Final steps

We only have two remaining steps before the application is complete:

  1. Configure the application root module with the HttpClientModule import.
  2. Install and configure Electron and publish the application as an Electron app.

Rooting the application

In the application root module located at src/app/app.module.ts, we make the following amendments (highlighted):

Get hands-on with 1200+ tech skills courses.