In this video

We move the currentTeam property to the service

Assignment: Don't pass currentTeam into the gamegrid component
  1. Don't pass the currentTeam into the gamegrid component from the parent
  2. Refactor the checkForWinner class to no longer pass in the current team since that value is now local.
 

I finished! On to the next chapter