In this video

We display the winning team to the user using the H2 on the app component.

Assignment:
  1. Create the Game Service .
  2. Name the file game.service.ts and put it in the app folder.
  3. Don't forget to export the class.
  4. Inject the service into the gamegrid component.
 

I finished! On to the next chapter