Wrapping Up
Wrap up the case study with a few final changes to the code and see the app in action.
We'll cover the following
Final changes
We’re done with the required templating for the Foods API application, but there’s one last thing to do. We need to perform some final configurations within the application root module and the HomePage
component features module.
Modifying the root module
Let’s start with importing the HttpClientModule
into the application root module. Within the src/app/app.module.ts
Angular module, the following changes were made (highlighted):
Get hands-on with 1200+ tech skills courses.