Bringing It All Together
We can now switch our attention to the coding of the following components that will make use of our services and, where appropriate, our custom defined interfaces:
- The
src/app/app.component.ts
component - The
src/app/home/home.page.ts
component
Amendments to the app root component
Let’s kickstart this with the application root component, src/app/app.component.ts
(amendments highlighted):
Get hands-on with 1200+ tech skills courses.