Wrapping Up
Finish up the Ionic Jukebox case study with a few final modifications.
We'll cover the following
Final steps
We only have two remaining steps before the application is complete:
- Configure the application root module with the
HttpClientModule
import. - 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.