Submodule 20.3: Services and Dependency Injection - Practice

Introduction

In this submodule, you will create a new Angular service and inject it into your application.
You will then make use of the service in the components. You will:

  • Implement a service and inject into your application
  • Make use of the service in a component

The above will not affect how the page is displayed on the browser.